Skip to content

Commit

Permalink
Do not run "build" before every "start"
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Richardson <andrew.richardson@kaleido.io>
  • Loading branch information
awrichar committed Apr 15, 2022
1 parent 9c2d65c commit 3c4babc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ RUN cd /app/server \

ENV UI_PATH=/app/ui/build

CMD cd /app/server && npm run start
CMD cd /app/server && npm run start
1 change: 0 additions & 1 deletion server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"prebuild": "rimraf dist",
"build": "tsc",
"prepare": "npm run build",
"prestart": "npm run build",
"start": "node .",
"start:dev": "tsnd --respawn ./src/index.ts",
"test": "jest --verbose --silent",
Expand Down

0 comments on commit 3c4babc

Please sign in to comment.