Skip to content
This repository has been archived by the owner on Feb 28, 2024. It is now read-only.

Commit

Permalink
Added an install step to GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Mittelman committed Oct 6, 2020
1 parent 2c570be commit 4c921fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 12
- run: npm install
- run: npm run build

publish-npm:
Expand Down

0 comments on commit 4c921fb

Please sign in to comment.