Skip to content

Commit 74d00b8

Browse files
committed
Use run-p instead of npm-run-all for better compatibility
1 parent 0889076 commit 74d00b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"frontend"
1919
],
2020
"scripts": {
21-
"dev": "npx npm-run-all --parallel --print-label dev:*",
21+
"dev": "run-p --print-label dev:*",
2222
"dev:next": "npm run dev --workspace=frontend",
2323
"dev:studio": "npm run dev --workspace=studio",
2424
"format": "prettier --cache --write .",

0 commit comments

Comments
 (0)