Skip to content

Commit

Permalink
add npm i build step
Browse files Browse the repository at this point in the history
  • Loading branch information
h3902340 committed Nov 30, 2023
1 parent 82b686b commit 5b52b50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
node-version: 12
registry-url: https://registry.npmjs.org
- name: npm i
run: npm i
- name: build
run: npm run build
- name: publish
Expand Down

0 comments on commit 5b52b50

Please sign in to comment.