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 817aab5 commit 44451b7Copy full SHA for 44451b7
components/webui/package.json
@@ -8,9 +8,9 @@
8
"server"
9
],
10
"scripts": {
11
- "init": "npm clean-install --workspaces",
12
- "lint:check": "npm --workspace common run build && npm run lint:check --workspaces",
13
- "lint:fix": "npm --workspace common run build && npm run lint:fix --workspaces",
+ "init": "npm clean-install --workspaces && npm --workspace common run build",
+ "lint:check": "npm run lint:check --workspaces",
+ "lint:fix": "npm run lint:fix --workspaces",
14
"start": "concurrently \"npm run client:start\" \"npm run server:start\""
15
},
16
"author": "YScope Inc. <[email protected]>",
0 commit comments