fixed package.json

This commit is contained in:
Adrian Baumgart 2024-05-09 02:27:29 +02:00
parent c864c374db
commit 0db2b7b6d7
No known key found for this signature in database

View File

@ -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": {