We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e82a6b8 commit a210bedCopy full SHA for a210bed
.circleci/config.yml
@@ -13,7 +13,7 @@ jobs:
13
- node8-dependencies-
14
- run: yarn install --frozen-lockfile
15
- run: yarn bootstrap
16
- - run: yarn build
+ - run: (cd packages/react-qml-renderer && yarn build)
17
- run: yarn test:ci
18
- save_cache:
19
paths:
package.json
@@ -4,7 +4,6 @@
4
"bootstrap": "lerna bootstrap",
5
"release": "lerna publish --conventional-commits --independent",
6
"test": "lerna run test",
7
- "build": "lerna run build",
8
"test:ci": "lerna run test:ci"
9
},
10
"workspaces": [
0 commit comments