Skip to content

Commit

Permalink
Changed the definition of JOB.
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Sep 17, 2019
1 parent 19e7752 commit 2e1350e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -58,6 +58,10 @@ jobs:
- run:
name: Install dependencies
command: npm install
- save_cache:
key: v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
paths:
- node_modules
- run:
name: Install eslint 5
command: |
Expand All @@ -68,7 +72,3 @@ jobs:
- run:
name: Test
command: npm test
- save_cache:
key: v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
paths:
- node_modules

0 comments on commit 2e1350e

Please sign in to comment.