add prod scripts

This commit is contained in:
2023-03-04 08:22:17 +01:00
parent fa52b4d498
commit 85e1fb36c1
+3 -1
View File
@@ -27,6 +27,8 @@
"typescript": "^4.9.5"
},
"scripts": {
"build": "npx tsc",
"start": "node out/index.js",
"test": "jest"
}
}
}