Skip to content

Commit 4026fe9

Browse files
author
Marco
committed
Merge branch 'workspace' of https://github.com/davemarco/clp into workspace
2 parents 9e81337 + 44451b7 commit 4026fe9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

components/webui/client/tsconfig/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"include": [
4-
"../src",
4+
"../src/**/*",
55
],
66

77
"compilerOptions": {

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)