fix build script

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-04-23 20:51:05 +03:00
parent bb5832a751
commit ab36c3c2a5
2 changed files with 5 additions and 1 deletions

4
build.log Normal file
View File

@ -0,0 +1,4 @@
> red-coder-bh@1.2.1 build /Users/teacher/code/stc-22-06/red-coder-bh
> tsc

View File

@ -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",