Skip to content

Commit

Permalink
fix build command
Browse files Browse the repository at this point in the history
  • Loading branch information
paustint committed Feb 11, 2024
1 parent aad3b42 commit a31fa81
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 @@ -30,7 +30,7 @@
"start:cron:inactive-account-warning": "node dist/apps/cron-tasks/inactive-account-warning.js",
"start:cron:inactive-account-deletion": "node dist/apps/cron-tasks/inactive-account-deletion.js",
"start:cron:save-analytics-summary": "node dist/apps/cron-tasks/save-analytics-summary.js",
"build": "cross-env NODE_ENV=production npm-run-all generate:version db:generate build:core build:landing",
"build": "cross-env NODE_ENV=production npm-run-all db:generate build:core build:landing generate:version",
"build:pre-deploy": "cross-env NODE_ENV=production npm-run-all --parallel rollbar:upload-sourcemaps db:migrate",
"build:core": "NODE_OPTIONS=--max_old_space_size=8192 nx run-many --target=build --parallel=3 --projects=jetstream,api,download-zip-sw --configuration=production",
"build:affected": "nx affected --target=build --parallel=3 --configuration=production",
Expand Down

0 comments on commit a31fa81

Please sign in to comment.