Skip to content

Commit 58708d8

Browse files
committed
fix client builds
1 parent 3fc6fa9 commit 58708d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]
1515
},
1616
"scripts": {
17-
"build": "rollup -c",
17+
"build": "yarn lerna run build:client-core && rollup -c",
1818
"watch": "rollup -c -w",
1919
"watch-local": "CUBEJS_API_URL=http://localhost:6020/cubejs-api/v1 rollup -c -w",
2020
"lint:npm": "yarn npmPkgJsonLint packages/*/package.json rust/package.json",

packages/cubejs-client-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"uuid": "^8.3.2"
2222
},
2323
"scripts": {
24-
"build": "rm -rf dist && npm run tsc",
24+
"build:client-core": "rm -rf dist && npm run tsc",
2525
"tsc": "tsc",
2626
"watch": "tsc -w",
2727
"test": "npm run unit",

0 commit comments

Comments
 (0)