File tree Expand file tree Collapse file tree 4 files changed +22152
-16452
lines changed Expand file tree Collapse file tree 4 files changed +22152
-16452
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,24 @@ aliases:
9
9
- &attach-work-dir
10
10
at : ~/app/
11
11
12
+ # Cache Management
13
+ - &restore_node_modules
14
+ keys :
15
+ - v2.8-node-modules-{{ arch }}-{{ checksum "yarn.lock" }}
16
+
17
+ - &save_node_modules
18
+ key : v2.8-node-modules-{{ arch }}-{{ checksum "yarn.lock" }}
19
+ paths :
20
+ - .yarn/cache
21
+ - node_modules
22
+ - src/plugin/node_modules
23
+ - src/frontend/node_modules
24
+
12
25
# Dependencies
13
26
- &yarn
14
27
name : Run Yarn
15
28
command : |
16
- yarn install --non-interactive --cache-folder ~/.cache/yarn
29
+ yarn install --immutable
17
30
18
31
defaults : &defaults
19
32
working_directory : ~/app
31
44
steps :
32
45
- checkout
33
46
47
+ - restore_cache : *restore_node_modules
34
48
- run : *yarn
35
49
50
+ - save_cache : *save_node_modules
36
51
- persist-to-workspace : *persist-work-dir
37
52
38
53
lint :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/algoliasearch-netlify-frontend" ,
3
3
"version" : " 1.0.14" ,
4
- "private" : false ,
5
4
"author" :
" Algolia Team <[email protected] >" ,
6
5
"license" : " MIT" ,
7
6
"repository" : " https://github.com/algolia/algoliasearch-netlify.git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @algolia/netlify-plugin-crawler" ,
3
3
"version" : " 1.0.14" ,
4
- "private" : false ,
5
4
"author" :
" Algolia Team <[email protected] >" ,
6
5
"license" : " MIT" ,
7
6
"repository" : " https://github.com/algolia/algoliasearch-netlify.git" ,
You can’t perform that action at this time.
0 commit comments