Skip to content

Commit ba5499e

Browse files
committed
chore(): update workflows
1 parent 379d8d4 commit ba5499e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 ci --no-package-lock && lerna bootstrap --ignore-scripts
29+
run: npm install && 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 ci
30+
- run: npm install
3131
- run: npm run bootstrap
3232
- run: npm run lint

0 commit comments

Comments
 (0)