Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
fixed circleCI job
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeniuz committed Dec 7, 2018
1 parent 6d59c2a commit 5b2194d
Show file tree
Hide file tree
Showing 3 changed files with 2,148 additions and 176 deletions.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,11 @@ jobs:
- v1-dependencies-{{ checksum "yarn.lock" }}
- v1-dependencies-
- run:
name: Install dependencies
name: Install base dependencies
command: yarn install
- run:
name: Install package dependencies
command: yarn bootstrap
- save_cache:
key: v1-dependencies-{{ checksum "yarn.lock" }}
paths:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"scripts": {
"clean": "lerna run clean",
"bootstrap": "lerna bootstrap",
"start": "lerna run --stream --scope ethql start",
"dev": "lerna run --stream --scope ethql dev",
"debug": "lerna run --stream --scope ethql debug",
Expand Down
Loading

0 comments on commit 5b2194d

Please sign in to comment.