We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5873146 commit 3fee734Copy full SHA for 3fee734
components/webui/package.json
@@ -11,7 +11,7 @@
11
"init": "npm clean-install --workspaces && npm --workspace common run build",
12
"lint:check": "npm run lint:check --workspaces",
13
"lint:fix": "npm run lint:fix --workspaces",
14
- "dev": "concurrently --raw \"npm run dev:*\"",
+ "dev": "concurrently \"npm run dev:*\"",
15
"dev:client": "npm --workspace client run start",
16
"dev:common": "npm --workspace common run build:watch",
17
"dev:server": "npm --workspace server run dev"
0 commit comments