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 0f1e770 commit d5e9b04Copy full SHA for d5e9b04
package.json
@@ -8,7 +8,7 @@
8
"clean": "cmake-js clean",
9
"patch": "node ./patch-packagename.js",
10
"build:debug": "cmake-js rebuild --debug",
11
- "build:release": "cmake-js rebuild",
+ "build:release": "cmake-js rebuild --CDCMAKE_OSX_ARCHITECTURES=\"arm64;x86_64\"",
12
"prepublishOnly": "npm run build:release",
13
"publish:next": "npm publish --tag next"
14
},
0 commit comments