Skip to content

Commit 0889076

Browse files
committed
Use npx to run npm-run-all for better compatibility
1 parent ed4ced2 commit 0889076

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": "npm-run-all --parallel --print-label dev:*",
21+
"dev": "npx npm-run-all --parallel --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)