This commit is contained in:
2021-01-13 13:02:27 +01:00
parent 13c72409c5
commit 845f3fd400
3 changed files with 100 additions and 48 deletions

View File

@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "rm -rf ./build && tsc",
"build": "tsc",
"start": "npm run build && node build/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},