Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
install deps, then test... why wasn't this part of the template?
  • Loading branch information
nfriedly authored Jul 26, 2023
1 parent 9095d4e commit 4f6e318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 20
- run: npm ci
- run: npm test

publish-npm:
Expand All @@ -25,7 +26,6 @@ jobs:
with:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 4f6e318

Please sign in to comment.