Skip to content

Commit ff72ea3

Browse files
committed
chore: entry point always runs npm run start
1 parent 27eb2c2 commit ff72ea3

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

validateEnvs.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,4 @@ if ! npx sequelize-cli db:migrate --debug; then
2929
fi
3030

3131
echo "Starting application"
32-
if [ "${NODE_ENV:-development}" = "production" ]; then
33-
echo "Running in production mode"
34-
exec npm run start
35-
else
36-
echo "Running in development mode"
37-
exec npm run dev
38-
fi
32+
exec npm run start

0 commit comments

Comments
 (0)