Skip to content

Commit

Permalink
chore(): add back package-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
mhartington committed Jul 6, 2023
1 parent 3346dbc commit e285804
Show file tree
Hide file tree
Showing 4 changed files with 17,536 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Install Dependencies
run: npm install && lerna bootstrap --ignore-scripts
run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts
shell: bash
- name: Release
run: npm run publish:ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
with:
path: ~/.npm
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
- run: npm install
- run: npm ci
- run: npm run bootstrap
- run: npm run lint
2 changes: 1 addition & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
package-lock=false
package-lock=true
Loading

0 comments on commit e285804

Please sign in to comment.