Skip to content

Commit 3b7f054

Browse files
authored
restore deps (#56)
* add release.sh * restore deps
1 parent 08cee42 commit 3b7f054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
- image: circleci/node:12
5252
steps:
5353
- *attach_workspace
54+
- restore_cache:
55+
keys:
56+
- *js_deps_cache_key
5457
- run:
5558
name: Avoid Unknown Host for github.com
5659
command: mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config

0 commit comments

Comments
 (0)