This commit is contained in:
Nevo David 2024-09-11 17:48:32 +07:00
parent c343cd56f8
commit b3648fbf51
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
"dev": "npx nx run-many --target=serve --projects=frontend,backend,workers --parallel=4",
"dev:stripe": "npx concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"npm run dev\"",
"build": "npx nx run-many --target=build --projects=frontend,backend,workers,cron",
"build:frontend": "nx run frontend:build:production",
"build:frontend": "npx nx@18.0.8 run frontend:build:production",
"start:prod": "node dist/apps/backend/main.js",
"start:prod:frontend": "nx run frontend:serve:production",
"start:prod:workers": "node dist/apps/workers/main.js",