Skip to content

Commit

Permalink
Build application in ecosystem.config.js.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 15, 2024
1 parent d59dcc2 commit b8929b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/ecosystem.config.js.j2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
apps: [
{
name: "websat-planckster",
script: "npm install && npm run start",
script: "npm install && npm run build && npm run start",
env: {
NODE_ENV: "production",
PRIMARY_USER_USERNAME: "{{ PRIMARY_USER_USERNAME }}",
Expand Down

0 comments on commit b8929b3

Please sign in to comment.