Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesliupenn authored May 29, 2024
1 parent 2244b27 commit 1217f62
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
node-version: 20
- run: npm ci
- run: npm test
- name: Run build
run: npm run build
- name: Check dist directory
Expand All @@ -31,6 +32,7 @@ jobs:
node-version: 20
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm test
- name: Run build
run: npm run build
- name: Check dist directory
Expand Down

0 comments on commit 1217f62

Please sign in to comment.