Skip to content

Commit fa17a91

Browse files
committed
single circle.yml for mono repo
1 parent f8d676e commit fa17a91

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

circle.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
dependencies:
2+
override:
3+
- npm install
4+
- ./node_modules/.bin/lerna bootstrap
5+
6+
test:
7+
override:
8+
- ./node_modules/.bin/lerna run ci-check

packages/family-tree/circle.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/password-input/circle.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)