Skip to content

Commit

Permalink
feat: nx
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 11, 2024
1 parent c343cd5 commit b3648fb
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 @@ -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 [email protected] 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",
Expand Down

0 comments on commit b3648fb

Please sign in to comment.