Skip to content

Commit

Permalink
Fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
HriBB committed Aug 5, 2022
1 parent 464f922 commit 766153e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm build
- run: npm run build
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-paper-bindings",
"version": "3.0.0-beta.3",
"version": "3.0.0-beta.4",
"description": "Paper.js renderer for React",
"author": "Bojan Hribernik <bojan.hribernik@gmail.com>",
"license": "MIT",
Expand Down

0 comments on commit 766153e

Please sign in to comment.