Skip to content

Commit

Permalink
do not re-install packages in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
maany committed Nov 15, 2024
1 parent cfbf17c commit f3e226e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 build && npm run start",
script: "npm run build && npm run start",
env: {
NODE_ENV: "production",
PRIMARY_USER_USERNAME: "{{ PRIMARY_USER_USERNAME }}",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "websat-planckster",
"version": "2.0.0-rc.4",
"version": "2.0.0-rc.5",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit f3e226e

Please sign in to comment.