Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Susheer authored Oct 16, 2024
1 parent 5df5aad commit 544f09b
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 @@ -28,12 +28,12 @@
"electron": ">=28.1.3"
},
"scripts": {
"install": "prebuild-install || node-gyp rebuild --target=32.2.0 --arch=x64 --dist-url=https://electronjs.org/headers",
"install": "prebuild-install || node-gyp rebuild",
"apply-patches": "patch-package",
"prebuild-all": "prebuild --all --force --strip --verbose --openssl_fips=X",
"prebuild": "prebuild",
"rebuild": "node-gyp rebuild",
"electron-rebuild": "node-gyp rebuild --target_platform=win32 --target_arch=x64 --runtime=electron --target=32.2.0 --dist-url=https://electronjs.org/headers",
"electron-rebuild": "node-gyp rebuild --target_platform=win32 --target_arch=x64 --runtime=electron --target=33.0.0 --dist-url=https://electronjs.org/headers",
"clean":"python tools/remove_directory.py node_modules",
"test": "nodeunit test"
},
Expand Down

0 comments on commit 544f09b

Please sign in to comment.