Skip to content

Commit

Permalink
fix: tests and ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yknl committed Sep 18, 2020
1 parent f6c63b7 commit c05e353
Show file tree
Hide file tree
Showing 17 changed files with 106 additions and 610 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10.15.1
- image: circleci/node:12.16.3

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -26,21 +26,21 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

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

- save_cache:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: npm run lint:formatting
# run tests!
#- run: npm run lint:formatting

- run: npm test
- run: lerna run build

- run: npm run build
- run: lerna run test

- run: npm run codecovUpload
#- run: npm run codecovUpload

- store_artifacts:
path: docs
Expand Down
50 changes: 0 additions & 50 deletions bower.json

This file was deleted.

0 comments on commit c05e353

Please sign in to comment.