removed electron-rebuild

This commit is contained in:
Adrian Baumgart 2023-10-08 21:18:05 +02:00
parent e90cd862ce
commit b59dbb6879
No known key found for this signature in database
2 changed files with 17 additions and 946 deletions

View File

@ -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": [],
@ -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"
}

959
yarn.lock

File diff suppressed because it is too large Load Diff