Skip to content

Commit

Permalink
Let's try "workspaces" (from the docs) for mina-signer
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv authored Jun 29, 2024
1 parent 4e6b85f commit be6cfd3
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -30,7 +30,7 @@ jobs:
npm ci
npm run prepublishOnly
- name: Publish mina-signer on pkg-pr-new
run: npx pkg-pr-new publish # Enable `--compact` once published to NPM with `repository` in package.json
run: npx pkg-pr-new publish ./src/mina-signer # Enable `--compact` once published to NPM with `repository` in package.json
pkg-pr-new-o1js:
needs: [pkg-pr-new-mina-signer]
strategy:
Expand Down

0 comments on commit be6cfd3

Please sign in to comment.