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

Commit

Permalink
Merge branch 'develop' into greenkeeper/husky-1.0.0
Browse files Browse the repository at this point in the history
* develop:
  chore: Update lint-staged to the latest version 🚀 (#81)
  chore(package-lock): regenerate to fix CircleCI's cache (#80)
  • Loading branch information
stephenmathieson committed Nov 1, 2018
2 parents c1e2b30 + 66d5fff commit 2981715
Show file tree
Hide file tree
Showing 3 changed files with 1,559 additions and 1,010 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ jobs:
steps:
- checkout
- restore_cache:
key: v1-npm-cache-{{ checksum "package-lock.json" }}
key: v2-npm-cache-{{ checksum "package.json" }}
- run: npm install
- save_cache:
key: v1-npm-cache-{{ checksum "package-lock.json" }}
key: v2-npm-cache-{{ checksum "package.json" }}
paths:
- node_modules
unit_tests:
<<: *defaults
steps:
- checkout
- restore_cache:
key: v1-npm-cache-{{ checksum "package-lock.json" }}
key: v2-npm-cache-{{ checksum "package.json" }}
- run: npm run test:unit
lint:
<<: *defaults
steps:
- checkout
- restore_cache:
key: v1-npm-cache-{{ checksum "package-lock.json" }}
key: v2-npm-cache-{{ checksum "package.json" }}
- run: npm run lint
release:
<<: *defaults
Expand Down
Loading

0 comments on commit 2981715

Please sign in to comment.