Skip to content

Commit

Permalink
Fix for publishing on NPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv committed Jul 17, 2024
1 parent 54041b8 commit 2bacead
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: |
git submodule update --init --recursive
npm ci
npm run build
npm run prepublishOnly
- name: Publish to NPM if version has changed
uses: JS-DevTools/npm-publish@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
git submodule update --init --recursive
npm ci
npm run build
npm run prepublishOnly
cd src/mina-signer
npm ci
npm run prepublishOnly
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "o1js",
"description": "TypeScript framework for zk-SNARKs and zkApps",
"version": "1.5.0",
"version": "1.5.1",
"license": "Apache-2.0",
"homepage": "https://github.com/o1-labs/o1js/",
"repository": {
Expand Down

0 comments on commit 2bacead

Please sign in to comment.