Skip to content

Commit

Permalink
Merge pull request #6 from ScopeSV/npm-run-build
Browse files Browse the repository at this point in the history
fix: proper build run
  • Loading branch information
ScopeSV authored Oct 26, 2023
2 parents d41f059 + 80ec25b commit 0d9fc88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
npm ci
npm build
npm run build
- name: Publish to npm
run: npm publish
env:
Expand Down

0 comments on commit 0d9fc88

Please sign in to comment.