We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 217c379 commit 70891dfCopy full SHA for 70891df
.circleci/config.yml
@@ -9,8 +9,8 @@ jobs:
9
- run:
10
name: update-npm
11
command: 'sudo npm install -g npm@latest'
12
- # - restore_cache:
13
- # key: dependency-cache-{{ checksum "package.json" }}
+ - restore_cache:
+ key: dependency-cache-{{ checksum "package.json" }}
14
15
name: install-npm-wee
16
command: npm install
@@ -39,8 +39,8 @@ jobs:
39
40
41
42
43
44
45
46
0 commit comments