Skip to content

Commit

Permalink
Update npm_publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TanvishGG committed Jan 21, 2024
1 parent 3869ed6 commit c53db8b
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 @@ -12,6 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 16
- run: cd src
- run: npm ci
- run: npm test

Expand All @@ -24,7 +25,6 @@ jobs:
with:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: cd src
- run: npm ci
- run: npm publish
env:
Expand Down

0 comments on commit c53db8b

Please sign in to comment.