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 c3d4666 commit d16a7c8Copy full SHA for d16a7c8
package.json
@@ -82,7 +82,7 @@
82
"tsconfig.json"
83
],
84
"scripts": {
85
- "install": "(npm run build.js || echo ok) && aminya-node-gyp-build --build-from-source",
+ "install": "(npm run build.js || echo ok) && cross-env npm_config_build_from_source=true aminya-node-gyp-build",
86
"clean": "shx rm -rf ./build ./lib/ ./prebuilds ./script/*.js ./script/*.mjs ./script/*.js.map ./script/*.mjs.map ./script/*.d.ts ./script/*.d.mts ./script/*.cjs ./scripts/*.cjs.map ./scripts/*.d.cts ./script/*.tsbuildinfo",
87
"clean.release": "shx rm -rf ./build/Release",
88
"clean.temp": "shx rm -rf ./tmp && shx mkdir -p ./tmp",
0 commit comments