Skip to content

Commit

Permalink
fix: add electron 7 rebuilds
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 30, 2020
1 parent 2c4aa08 commit 4ff8231
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"native:clean": "shx rm -rf build prebuilds",
"native:build": "node-gyp configure --release && node-gyp build --release",
"native:build:debug": "node-gyp configure --debug && node-gyp build --debug",
"native:prebuild": "prebuildify --napi -t 12.0.0 -t [email protected] --strip",
"native:prebuild-ia32": "prebuildify --napi --arch=ia32 -t 12.0.0 -t [email protected] --strip",
"native:prebuild": "prebuildify --napi -t 12.0.0 -t [email protected] -t [email protected] --strip",
"native:prebuild-ia32": "prebuildify --napi --arch=ia32 -t 12.0.0 -t [email protected] -t [email protected] --strip",
"js:clean": "shx rm -rf dist .parcel-cache",
"js:dev": "cross-env NODE_ENV=development parcel watch --target main fuzzaldrin.js",
"js:build": "cross-env NODE_ENV=production parcel build --target main fuzzaldrin.js",
Expand Down

0 comments on commit 4ff8231

Please sign in to comment.