Skip to content

Commit 5853140

Browse files
committed
fix script name
1 parent 44f56c4 commit 5853140

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/release-pkg-pr-version/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ runs:
2020
shell: bash
2121
run: |
2222
npm ci
23-
npm run prepublishOnly
23+
npm run prepublish:full
2424
cd src/mina-signer
2525
npm ci
26-
npm run prepublishOnly
26+
npm run prepublish:full
2727
- name: Publish o1js and mina-signer on pkg-pr-new
2828
shell: bash
2929
run: npx pkg-pr-new publish ./ ./src/mina-signer

0 commit comments

Comments
 (0)