Skip to content

Commit

Permalink
feat: cron
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 9, 2024
1 parent 53c175f commit c674f69
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 @@ -8,7 +8,7 @@
"scripts": {
"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",
"build": "npx nx run-many --target=build --projects=frontend,backend,workers,cron",
"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 c674f69

Please sign in to comment.