Skip to content

Commit 3fee734

Browse files
author
Marco
committed
latest
1 parent 5873146 commit 3fee734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"init": "npm clean-install --workspaces && npm --workspace common run build",
1212
"lint:check": "npm run lint:check --workspaces",
1313
"lint:fix": "npm run lint:fix --workspaces",
14-
"dev": "concurrently --raw \"npm run dev:*\"",
14+
"dev": "concurrently \"npm run dev:*\"",
1515
"dev:client": "npm --workspace client run start",
1616
"dev:common": "npm --workspace common run build:watch",
1717
"dev:server": "npm --workspace server run dev"

0 commit comments

Comments
 (0)