File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1111 "native:clean" : " shx rm -rf build prebuilds" ,
1212 "native:build" : " node-gyp configure --release && node-gyp build --release" ,
1313 "native:build:debug" : " node-gyp configure --debug && node-gyp build --debug" ,
14- "native:prebuild" : " prebuildify --napi -t 12.0.0 -t electron@6.0.0 --strip" ,
15- "native:prebuild-ia32" : " prebuildify --napi --arch=ia32 -t 12.0.0 -t electron@6.0.0 --strip" ,
14+ "native:prebuild" : " prebuildify --napi -t 12.0.0 -t electron@6.0.0 -t electron@7.0.0 - -strip" ,
15+ "native:prebuild-ia32" : " prebuildify --napi --arch=ia32 -t 12.0.0 -t electron@6.0.0 -t electron@7.0.0 - -strip" ,
1616 "js:clean" : " shx rm -rf dist .parcel-cache" ,
1717 "js:dev" : " cross-env NODE_ENV=development parcel watch --target main fuzzaldrin.js" ,
1818 "js:build" : " cross-env NODE_ENV=production parcel build --target main fuzzaldrin.js" ,
You can’t perform that action at this time.
0 commit comments