Skip to content

Commit

Permalink
add package-lock.json for GHA (!?)
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Nov 9, 2024
1 parent ef7b085 commit 626657d
Show file tree
Hide file tree
Showing 5 changed files with 6,982 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm ci

- name: Generate documentation
run: npm run docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm ci

- name: Build
run: npm run build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cache: 'npm'

- name: Install dependencies
run: npm install
run: npm ci

- name: Build
run: npm run build
Expand Down
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ logs

# Dependency directories
node_modules/
package-lock.json
yarn.lock

# Build output
build/
Expand Down
Loading

0 comments on commit 626657d

Please sign in to comment.