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

Commit

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

publish-npm:
needs: build
Expand Down

0 comments on commit 2c570be

Please sign in to comment.