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

Commit 8878d42

Browse files
committed
ci: fix npm ci and cleanup pkg.scripts 🧹
npm/cli#117 (comment)
1 parent 1a4198b commit 8878d42

5 files changed

Lines changed: 552 additions & 1305 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535
steps:
3636
- checkout
3737
- <<: *restore_cache
38-
- <<: *manage_dependencies
39-
- save_cache:
38+
- run: npm ci && npx lerna bootstrap
39+
- save_cache: # I hope they supprot globbing/wildcard pattern :cry:
4040
key: dependency-cache-{{ checksum "package-lock.json" }}
4141
paths:
42-
- ./node_modules
4342
- /root/.npm
4443
analysis:
4544
docker:

0 commit comments

Comments
 (0)