Skip to content

Commit

Permalink
ci: should use npm i when deploy demo
Browse files Browse the repository at this point in the history
  • Loading branch information
EastSun5566 committed Jul 9, 2023
1 parent 711359e commit c4dad4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
node-version: 16.x
- run: |
cd demo
npm ci
npm i
npm i get-some-cool-emojis@latest
npm run build
- uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit c4dad4a

Please sign in to comment.