: adds build script

This commit is contained in:
StarAppeal
2024-03-03 03:33:34 +01:00
parent 4731a3f573
commit 5bf3aad4bc
+3 -1
View File
@@ -3,7 +3,9 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "tsc && node dist/index.js",
"start": "node dist/index.js",
"start-local": "tsc && node dist/index.js",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],