Skip to content

Commit

Permalink
Fix npm compile
Browse files Browse the repository at this point in the history
  • Loading branch information
joshforisha committed Jul 16, 2020
1 parent 1c35551 commit 6c0f668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node-version: 12
- run: npm ci
- run: npm compile
- run: npm run compile

publish-npm:
needs: compile
Expand Down

0 comments on commit 6c0f668

Please sign in to comment.