Skip to content

Commit 070ae12

Browse files
committed
Convert remaining scripts over to pangyp
1 parent 8407329 commit 070ae12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@
9393
"install": "node lifecycleScripts/install",
9494
"installDebug": "BUILD_DEBUG=true npm install",
9595
"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"
96+
"recompile": "pangyp configure build",
97+
"rebuild": "node generate && pangyp configure build",
98+
"recompileDebug": "pangyp configure --debug build",
99+
"rebuildDebug": "node generate && pangyp configure --debug build"
100100
}
101101
}

0 commit comments

Comments
 (0)