Skip to content

Commit 70891df

Browse files
authored
Bumping version (#42)
1 parent 217c379 commit 70891df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
- run:
1010
name: update-npm
1111
command: 'sudo npm install -g npm@latest'
12-
# - restore_cache:
13-
# key: dependency-cache-{{ checksum "package.json" }}
12+
- restore_cache:
13+
key: dependency-cache-{{ checksum "package.json" }}
1414
- run:
1515
name: install-npm-wee
1616
command: npm install
@@ -39,8 +39,8 @@ jobs:
3939
- run:
4040
name: update-npm
4141
command: 'sudo npm install -g npm@latest'
42-
# - restore_cache:
43-
# key: dependency-cache-{{ checksum "package.json" }}
42+
- restore_cache:
43+
key: dependency-cache-{{ checksum "package.json" }}
4444
- run:
4545
name: install-npm-wee
4646
command: npm install

0 commit comments

Comments
 (0)