Skip to content
This repository has been archived by the owner on Jun 19, 2021. It is now read-only.

Commit

Permalink
ci: fix npm ci and cleanup pkg.scripts 🧹
Browse files Browse the repository at this point in the history
  • Loading branch information
DrSensor committed Jan 30, 2019
1 parent 1a4198b commit 8878d42
Show file tree
Hide file tree
Showing 5 changed files with 552 additions and 1,305 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,10 @@ jobs:
steps:
- checkout
- <<: *restore_cache
- <<: *manage_dependencies
- save_cache:
- run: npm ci && npx lerna bootstrap
- save_cache: # I hope they supprot globbing/wildcard pattern :cry:
key: dependency-cache-{{ checksum "package-lock.json" }}
paths:
- ./node_modules
- /root/.npm
analysis:
docker:
Expand Down
Loading

0 comments on commit 8878d42

Please sign in to comment.