fix build script
This commit is contained in:
4
build.log
Normal file
4
build.log
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
> red-coder-bh@1.2.1 build /Users/teacher/code/stc-22-06/red-coder-bh
|
||||
> tsc
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"start": "nodemon",
|
||||
"build": "tsc",
|
||||
"up:prod": "node dist/main",
|
||||
"up:prod": "node dist/src/main",
|
||||
"deploy:d:stop": "docker-compose down",
|
||||
"deploy:d:build": "docker-compose build",
|
||||
"deploy:d:up": "docker-compose up -d",
|
||||
|
||||
Reference in New Issue
Block a user