Skip to content

Commit

Permalink
removed electron-rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
rainloreley committed Oct 8, 2023
1 parent e90cd86 commit b59dbb6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 946 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "tsc",
"watch": "tsc -w",
"dev": "npm run build && node ./dist/index.js",
"make": "npm run build && pkg --compress GZip .",
"postinstall": "electron-rebuild"
"make": "npm run build && pkg --compress GZip ."
},
"pkg": {
"scripts": [],
Expand Down Expand Up @@ -42,7 +41,6 @@
"@types/figlet": "^1.5.6",
"@types/inquirer": "^9.0.3",
"@types/node": "^20.8.3",
"electron-rebuild": "^3.2.9",
"pkg": "^5.8.1",
"typescript": "^5.2.2"
}
Expand Down
Loading

0 comments on commit b59dbb6

Please sign in to comment.