Skip to content

Commit

Permalink
Merge branch 'bugfix/deployment' into 'master'
Browse files Browse the repository at this point in the history
fixed deployment issue

See merge request b650/Deep-Lynx!255
  • Loading branch information
DnOberon committed Apr 28, 2022
2 parents cc5322e + 84b34f6 commit 8356a8b
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 8356a8b

Please sign in to comment.