Skip to content

Commit

Permalink
fix npm installtion
Browse files Browse the repository at this point in the history
Signed-off-by: KeisukeYamashita <19yamashita15@gmail.com>
  • Loading branch information
KeisukeYamashita committed Jun 29, 2022
1 parent 10bed6f commit 930ecdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 16.x

- run: npm ci
- run: npm i

- run: npm run build

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: 16.x
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm i
- run: npm run build
- run: npm publish
env:
Expand Down

0 comments on commit 930ecdf

Please sign in to comment.