Skip to content

Commit e285804

Browse files
committed
chore(): add back package-lock
1 parent 3346dbc commit e285804

File tree

4 files changed

+17536
-3
lines changed

4 files changed

+17536
-3
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2828
- name: Install Dependencies
29-
run: npm install && lerna bootstrap --ignore-scripts
29+
run: npm ci --no-package-lock && lerna bootstrap --ignore-scripts
3030
shell: bash
3131
- name: Release
3232
run: npm run publish:ci

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
with:
2828
path: ~/.npm
2929
key: ${{ runner.OS }}-dependency-cache-${{ hashFiles('**/package.json') }}
30-
- run: npm install
30+
- run: npm ci
3131
- run: npm run bootstrap
3232
- run: npm run lint

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
package-lock=false
1+
package-lock=true

0 commit comments

Comments
 (0)