Skip to content

Commit

Permalink
fix: ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 18, 2020
1 parent 1eb00ec commit 77758cd
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Expand Up @@ -26,8 +26,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm install
- run: lerna bootstrap --hoist
- run: npx lerna bootstrap --hoist

- save_cache:
paths:
Expand All @@ -37,9 +36,9 @@ jobs:
# run tests!
#- run: npm run lint:formatting

- run: lerna run build
- run: npx lerna run build

- run: lerna run test
- run: npx lerna run test

#- run: npm run codecovUpload

Expand Down

0 comments on commit 77758cd

Please sign in to comment.