mirror of
https://github.com/rainloreley/artnet-usbdmx-converter.git
synced 2024-11-22 02:13:02 +01:00
removed electron-rebuild
This commit is contained in:
parent
e90cd862ce
commit
b59dbb6879
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user