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 7c7bc3f
Show file tree
Hide file tree
Showing 5 changed files with 553 additions and 1,305 deletions.
6 changes: 3 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 All @@ -61,6 +60,7 @@ jobs:
- run:
name: Validate commit messages
command: npx commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}
when: always
#endregion

#region CROSS-BUILD
Expand Down
Loading

0 comments on commit 7c7bc3f

Please sign in to comment.