Skip to content

Commit

Permalink
Merge pull request #1762 from o1-labs/hot-fix/npm-publish
Browse files Browse the repository at this point in the history
Fix for publishing on NPM.
  • Loading branch information
shimkiv authored Jul 17, 2024
2 parents 54041b8 + 2bacead commit 885b50e
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 885b50e

Please sign in to comment.