Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dhmacs committed May 28, 2020
1 parent 6f239b3 commit bbbb3b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 10
- run: npm build
- run: npm install
- run: npm run build

publish-npm:
needs: build
Expand Down

0 comments on commit bbbb3b1

Please sign in to comment.