Skip to content

Commit

Permalink
run npm ci firstto work with new dev-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumer committed Jul 2, 2022
1 parent e729a8f commit 017a5ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 16


- run: npm ci
- run: npm test
- run: npm run build
- run: npm run release
Expand Down

0 comments on commit 017a5ad

Please sign in to comment.