mirror of
https://github.com/SrIzan10/ava.git
synced 2026-06-06 00:46:53 +00:00
fix: yeah it should work now
This commit is contained in:
@@ -8,6 +8,6 @@ RUN npm install
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN tsc --build
|
||||
RUN npm run build
|
||||
|
||||
CMD node dist/index.js
|
||||
@@ -5,7 +5,7 @@
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"build": "tsc",
|
||||
"build": "tsc --build",
|
||||
"start": "tsc && node ./dist/index.js",
|
||||
"dev": "tsc-watch --onSuccess \"node dist/index.js\""
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user