mirror of
https://github.com/sern-handler/automata
synced 2026-06-06 01:16:51 +00:00
chore: build command (again)
This commit is contained in:
@@ -11,6 +11,6 @@ RUN bash ./util/setup.sh
|
||||
|
||||
RUN npm install
|
||||
|
||||
RUN tsc --build
|
||||
RUN npm run build
|
||||
|
||||
RUN node dist/index.js
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user