chore: build command (again)

This commit is contained in:
2023-05-10 17:05:25 +02:00
parent e91ea99b0f
commit 2b916da6fb
2 changed files with 3 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ RUN bash ./util/setup.sh
RUN npm install
RUN tsc --build
RUN npm run build
RUN node dist/index.js

View File

@@ -2,7 +2,8 @@
"name": "automata",
"version": "1.0.0",
"scripts": {
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
"dev": "tsc-watch --onSuccess \"node dist/index.js\"",
"build": "tsc"
},
"type": "module",
"dependencies": {