Skip to content

Commit 6cdb04a

Browse files
authored
Update config.yml
1 parent d31e4f1 commit 6cdb04a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ jobs:
6565
deploy:
6666
<<: *defaults
6767
steps:
68-
- attach_workspace:
69-
at: ~/repo
68+
- checkout
69+
- restore_cache:
70+
key: dependency-cache-{{ checksum "package.json" }}
7071
- run:
7172
name: Authenticate with registry
7273
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc

0 commit comments

Comments
 (0)