Skip to content

Commit 44451b7

Browse files
Update components/webui/package.json
Co-authored-by: Junhao Liao <[email protected]>
1 parent 817aab5 commit 44451b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/webui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
"server"
99
],
1010
"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",
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",
1414
"start": "concurrently \"npm run client:start\" \"npm run server:start\""
1515
},
1616
"author": "YScope Inc. <[email protected]>",

0 commit comments

Comments
 (0)