File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 61
61
<< : *node-base
62
62
docker :
63
63
- image : node:10
64
- working_directory : ~/node_10
65
64
node-v10-minimal :
66
65
steps :
67
66
- run :
71
70
- restore_cache :
72
71
keys :
73
72
- v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
74
- - v2-npm-lock-master-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
75
- - v2-npm-cache-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}
76
- - v2-npm-cache-master-{{ .Environment.CIRCLE_JOB }}
77
73
- run :
78
74
name : Install dependencies
79
75
command : npm install
94
90
docker :
95
91
- image : node:10
96
92
steps :
97
- - attach_workspace :
98
- at : ~/node_10
93
+ - checkout
94
+ - restore_cache :
95
+ keys :
96
+ - v2-npm-lock-{{ .Branch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "package.json" }}
97
+ - run :
98
+ name : Install dependencies
99
+ command : npm install
99
100
- run :
100
101
name : Deploy to Github Pages
101
102
command : npm run docs:deploy
You can’t perform that action at this time.
0 commit comments