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.
2 parents bc9af72 + d5e9b04 commit dda78eeCopy full SHA for dda78ee
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