Update package.json

This commit is contained in:
Adrian Baumgart 2024-05-09 01:12:40 +02:00 committed by GitHub
parent 8e3d303e51
commit c864c374db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@
"build": "tsc",
"watch": "tsc -w",
"dev": "npm run build && node ./dist/index.js",
"start": "node ./dist/index.js"
"make": "npm run build && pkg --compress GZip ."
},
"pkg": {