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 33525fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@ jobs:
with:
node-version: 16
registry-url: https://npm.pkg.github.com/
# Include a Protobuf and gRPC code generator.
- name: Install Protoc
uses: arduino/setup-protoc@v3
- 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 33525fc

Please sign in to comment.