Skip to content

Commit 7070b19

Browse files
committed
Fix npm cache order in setup
1 parent 931a174 commit 7070b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
<<: *defaults
4949
steps:
5050
- *restore_git_cache
51-
- *restore_npm_cache
5251
- checkout
52+
- *restore_npm_cache
5353
- run: npm install
5454
- *save_git_cache
5555
- *save_npm_cache

0 commit comments

Comments
 (0)