File tree 1 file changed +5
-7
lines changed
1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 43
43
name : Build
44
44
command : npm run build:prod
45
45
- save_cache :
46
- key : v1-source-{{ checksum "package.json" }}
47
46
paths :
48
- - dist
49
47
- node_modules
50
- - package.json
48
+ key : v1-dependencies-{{ checksum " package.json" }}
51
49
52
50
deploy-docs :
53
51
docker :
57
55
- checkout
58
56
- restore_cache :
59
57
keys :
60
- - v1-source -{{ checksum "package.json" }}
58
+ - v1-dependencies -{{ checksum "package.json" }}
61
59
# fallback to using the latest cache if no exact match is found
62
- - v1-source -
60
+ - v1-dependencies -
63
61
- run :
64
62
name : Build Docs
65
63
command : npm run docs
75
73
- checkout
76
74
- restore_cache :
77
75
keys :
78
- - v1-source -{{ checksum "package.json" }}
76
+ - v1-dependencies -{{ checksum "package.json" }}
79
77
# fallback to using the latest cache if no exact match is found
80
- - v1-source -
78
+ - v1-dependencies -
81
79
- run :
82
80
name : Publish Package
83
81
command : cd dist && npm run semantic-release
You can’t perform that action at this time.
0 commit comments