Skip to content

Commit

Permalink
fix(ci): corrected npm command [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
jenspots committed Sep 15, 2024
1 parent dfbedb5 commit 25cc79c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
registry-url: https://npm.pkg.github.com/
- run: npm ci
working-directory: ./packages/runner-ts
- run: npm build
- run: npm run build
working-directory: ./packages/runner-ts
- run: npm publish
env:
Expand Down

0 comments on commit 25cc79c

Please sign in to comment.