Skip to content

Commit 81ca224

Browse files
author
Nevo David
committed
feat: package
1 parent 8d4ac14 commit 81ca224

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"node": ">=20.0.0 <21.0.0"
77
},
88
"scripts": {
9-
"dev": "concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"nx run-many --target=serve --projects=frontend,backend,workers --parallel=4\"",
9+
"dev": "nx run-many --target=serve --projects=frontend,backend,workers --parallel=4",
10+
"dev:stripe": "concurrently \"stripe listen --forward-to localhost:3000/stripe\" \"npm run dev\"",
1011
"docs": "nx run docs:serve:development",
1112
"workers": "nx run workers:serve:development",
1213
"cron": "nx run cron:serve:development",

0 commit comments

Comments
 (0)