Skip to content

Commit

Permalink
fix(release): fix js release action install error
Browse files Browse the repository at this point in the history
  • Loading branch information
zealotchen0 committed Jul 21, 2023
1 parent b1b4069 commit 5ba3bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/project_artifact_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ jobs:
cache: 'npm'
cache-dependency-path: package-lock.json
- name: Install dependencies
run: npm ci && lerna bootstrap --no-ci
run: npm install && npx lerna bootstrap --no-ci
- name: Build packages
run: npm run build
- uses: actions/setup-node@v3
Expand Down

0 comments on commit 5ba3bc1

Please sign in to comment.