Skip to content

Commit

Permalink
Fixes compilation orden (missing file from previous commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarlosn committed Jul 9, 2024
1 parent cc95db0 commit ae9fe5f
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 @@ -19,7 +19,7 @@
"start-service-fast": "START_ALL=1 pm2 start ecosystem.config.js && yarn monit",
"start-dev": "yarn prepare-dev && yarn start-dev-fast",
"start-dev-fast": "FULL_DEV=1 && yarn start-fast",
"prepare-dev": "node prepare.js && yarn workspace api prepare-dev && yarn workspaces foreach --all --all --exclude api run prepare-dev && yarn build",
"prepare-dev": "node prepare.js && yarn build && yarn workspace api prepare-dev && yarn workspaces foreach --all --exclude api run prepare-dev",
"prod": "NODE_ENV=production pm2 start ecosystem.config.js --no-daemon",
"prod-service": "NODE_ENV=production pm2 start ecosystem.config.js && yarn monit",
"add-user": "yarn workspace admin-api add-user",
Expand Down

0 comments on commit ae9fe5f

Please sign in to comment.