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 3fc6fa9 commit 58708d8Copy full SHA for 58708d8
package.json
@@ -14,7 +14,7 @@
14
]
15
},
16
"scripts": {
17
- "build": "rollup -c",
+ "build": "yarn lerna run build:client-core && rollup -c",
18
"watch": "rollup -c -w",
19
"watch-local": "CUBEJS_API_URL=http://localhost:6020/cubejs-api/v1 rollup -c -w",
20
"lint:npm": "yarn npmPkgJsonLint packages/*/package.json rust/package.json",
packages/cubejs-client-core/package.json
@@ -21,7 +21,7 @@
21
"uuid": "^8.3.2"
22
23
24
- "build": "rm -rf dist && npm run tsc",
+ "build:client-core": "rm -rf dist && npm run tsc",
25
"tsc": "tsc",
26
"watch": "tsc -w",
27
"test": "npm run unit",
0 commit comments