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