mirror of
https://github.com/rainloreley/artnet-usbdmx-converter.git
synced 2024-11-21 10:03:01 +01:00
fixed package.json
This commit is contained in:
parent
c864c374db
commit
0db2b7b6d7
|
@ -8,7 +8,7 @@
|
|||
"build": "tsc",
|
||||
"watch": "tsc -w",
|
||||
"dev": "npm run build && node ./dist/index.js",
|
||||
"start": "node ./dist/index.js"
|
||||
"start": "node ./dist/index.js",
|
||||
"make": "npm run build && pkg --compress GZip ."
|
||||
},
|
||||
"pkg": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user