Skip to content

Commit

Permalink
Remove rebuild script from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
7xuanlu committed May 9, 2020
1 parent 8064201 commit daad556
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
"start": "cross-env NODE_ENV=production electron ./build/main-prod.js",
"pack": "npm run build && electron-builder --config electron-builder.json --dir",
"dist": "npm run build && electron-builder --config electron-builder.json",
"rebuild": "electron-rebuild -f -w sqlite3",
"postinstall": "electron-builder install-app-deps"
"postinstall": "electron-builder install-app-deps"
},
"keywords": [
"Electron",
Expand Down

0 comments on commit daad556

Please sign in to comment.