Skip to content

Commit 2e1350e

Browse files
committed
Changed the definition of JOB.
1 parent 19e7752 commit 2e1350e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ jobs:
5858
- run:
5959
name: Install dependencies
6060
command: npm install
61+
- save_cache:
62+
key: v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
63+
paths:
64+
- node_modules
6165
- run:
6266
name: Install eslint 5
6367
command: |
@@ -68,7 +72,3 @@ jobs:
6872
- run:
6973
name: Test
7074
command: npm test
71-
- save_cache:
72-
key: v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
73-
paths:
74-
- node_modules

0 commit comments

Comments
 (0)