We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8b7c1 commit 10dd196Copy full SHA for 10dd196
.github/workflows/CI.yml
@@ -74,7 +74,7 @@ jobs:
74
shell: bash
75
76
- name: Build
77
- run: npx nx build:native -- --platform ${{ matrix.target }}
+ run: npx nx build:native -- --target ${{ matrix.target }}
78
79
80
- name: Upload artifact
project.json
@@ -5,7 +5,7 @@
5
"build:native": {
6
"executor": "nx:run-commands",
7
"options": {
8
- "command": "npx @napi-rs/cli build --platform --release"
+ "command": "npx @napi-rs/cli build --target {args.target} --release"
9
},
10
"outputs": [
11
"{workspaceRoot}/cel-typescript.darwin-arm64.node",
0 commit comments