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 8407329 commit 070ae12Copy full SHA for 070ae12
package.json
@@ -93,9 +93,9 @@
93
"install": "node lifecycleScripts/install",
94
"installDebug": "BUILD_DEBUG=true npm install",
95
"postinstall": "node lifecycleScripts/clean",
96
- "recompile": "node-gyp configure build",
97
- "rebuild": "node generate && node-gyp configure build",
98
- "recompileDebug": "node-gyp configure --debug build",
99
- "rebuildDebug": "node generate && node-gyp configure --debug build"
+ "recompile": "pangyp configure build",
+ "rebuild": "node generate && pangyp configure build",
+ "recompileDebug": "pangyp configure --debug build",
+ "rebuildDebug": "node generate && pangyp configure --debug build"
100
}
101
0 commit comments