Skip to content

Commit

Permalink
adjust start script
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorwolf committed Feb 2, 2024
1 parent 341340f commit 098576b
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 @@ -41,7 +41,7 @@
"update:root": "npm update",
"update:app": "cd app/de.linuxdozent.capazure.ui5 && npm update",
"start:local": "cross-env PORT=6420 cds run",
"start": "node node_modules/@sap/cds/bin/cds.js run --in-memory",
"start": "node_modules/.bin/cds run --in-memory",
"start:cds:docker": "docker run -e \"NODE_ENV=production\" --env-file .env -p 6420:4004 --init -t gregorwolf/cap-azure-ad-b2c:latest",
"build": " run-s build:cds deploy",
"build:cds": "cds build/all --clean",
Expand Down

0 comments on commit 098576b

Please sign in to comment.