fix: oops

This commit is contained in:
2023-01-28 10:02:15 +01:00
parent 9365e6a2e0
commit 633fccdcb6
2 changed files with 3 additions and 2 deletions

View File

@@ -8,6 +8,6 @@ RUN npm install
COPY . .
RUN tsc --build
RUN npm run build
CMD node dist/index.js

View File

@@ -6,7 +6,8 @@
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"build": "tsc --build"
},
"repository": {
"type": "git",