Skip to content

Commit

Permalink
Merge pull request #1710 from o1-labs/pkg-pr-new-publish-fix
Browse files Browse the repository at this point in the history
Update pkg-pr-new-publish.yml
  • Loading branch information
shimkiv authored Jun 28, 2024
2 parents 0ee6e01 + e43dba2 commit 647c7e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
npm ci
npm run build
- name: Publish o1js on pkg-pr-new
run: npx pkg-pr-new publish --compact
run: npx pkg-pr-new publish # Enable `--compact` once published to NPM with `repository` in package.json
pkg-pr-new-mina-signer:
strategy:
matrix:
Expand All @@ -49,4 +49,4 @@ jobs:
npm ci
npm run prepublishOnly
- name: Publish mina-signer on pkg-pr-new
run: npx pkg-pr-new publish --compact
run: npx pkg-pr-new publish # Enable `--compact` once published to NPM with `repository` in package.json

0 comments on commit 647c7e5

Please sign in to comment.