Skip to content

Commit

Permalink
Exclude mina-signer from pkg-pr-new-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shimkiv authored Jun 28, 2024
1 parent 647c7e5 commit e23eae6
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/pkg-pr-new-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,24 @@ jobs:
npm run build
- name: Publish o1js on pkg-pr-new
run: npx pkg-pr-new publish # Enable `--compact` once published to NPM with `repository` in package.json
pkg-pr-new-mina-signer:
strategy:
matrix:
node: [20]
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup Node.JS ${{ matrix.node }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- name: Build mina-signer
run: |
git submodule update --init --recursive
npm ci
cd src/mina-signer
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
# pkg-pr-new-mina-signer:
# strategy:
# matrix:
# node: [20]
# runs-on: [ubuntu-latest]
# steps:
# - name: Checkout repository
# uses: actions/checkout@v4
# - name: Setup Node.JS ${{ matrix.node }}
# uses: actions/setup-node@v4
# with:
# node-version: ${{ matrix.node }}
# - name: Build mina-signer
# run: |
# git submodule update --init --recursive
# npm ci
# cd src/mina-signer
# 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

0 comments on commit e23eae6

Please sign in to comment.