Skip to content

Commit a210bed

Browse files
committed
chore: attempt to fix circleci build
1 parent e82a6b8 commit a210bed

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- node8-dependencies-
1414
- run: yarn install --frozen-lockfile
1515
- run: yarn bootstrap
16-
- run: yarn build
16+
- run: (cd packages/react-qml-renderer && yarn build)
1717
- run: yarn test:ci
1818
- save_cache:
1919
paths:

package.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"bootstrap": "lerna bootstrap",
55
"release": "lerna publish --conventional-commits --independent",
66
"test": "lerna run test",
7-
"build": "lerna run build",
87
"test:ci": "lerna run test:ci"
98
},
109
"workspaces": [

0 commit comments

Comments
 (0)