Skip to content

Commit

Permalink
npm -ws run build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 18, 2024
1 parent 628e6d2 commit bf8b936
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
- host: macos-latest
target: x86_64-apple-darwin
build: |
npm run build:all
npm -ws run build
- host: windows-latest
build: |
export CARGO_PROFILE_RELEASE_LTO=false
npm run build:all
npm -ws run build
target: x86_64-pc-windows-msvc
- host: windows-latest
# use npm to run test, because of corepack link the yarn with x64 Node.js
Expand All @@ -54,7 +54,7 @@ jobs:
build: >-
set -e &&
export CARGO_PROFILE_RELEASE_LTO=false &&
RUSTFLAGS='-C target-feature=+sse2 -C target-feature=-crt-static' npm run build:all
RUSTFLAGS='-C target-feature=+sse2 -C target-feature=-crt-static' npm -ws run build
- host: macos-latest
target: aarch64-apple-darwin
build: |
Expand Down

0 comments on commit bf8b936

Please sign in to comment.