Skip to content

Commit

Permalink
fixed deployment issue
Browse files Browse the repository at this point in the history
  • Loading branch information
DnOberon committed Apr 28, 2022
1 parent cc5322e commit 84b34f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"docker:postgres:clean": "docker stop $(docker ps -q --filter ancestor=deep-lynx-postgres:latest) && docker rmi deep-lynx-postgres:latest -f",
"build": "tsc -p ./tsconfig.json && copyfiles -u 1 \"./src/**/*.hbs\" ./dist && copyfiles -u 1 \"src/http_server/assets/**\" ./dist && npm run build:web",
"build:docker": "tsc -p ./tsconfig.json && copyfiles -u 1 \"./src/**/*.hbs\" ./dist && copyfiles -u 1 \"src/http_server/assets/**\" ./dist",
"build:web": "cd ./AdminWebApp && npm install && npm run build -- --dest ./../dist/http_server/web_gui",
"build:web": "copyfiles \"./.env\" ./AdminWebApp && cd ./AdminWebApp && npm install && npm run build -- --dest ./../dist/http_server/web_gui",
"watch": "nodemon",
"start": "tsc && copyfiles -u 1 \"./src/**/*.hbs\" ./dist && copyfiles -u 1 \"./src/assets/**\" ./dist && node -r dotenv/config ./dist/main.js",
"test": "cross-env TS_NODE_FILES=true npm run test:raw",
Expand Down

0 comments on commit 84b34f6

Please sign in to comment.