You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: jekyll/_cci2/caching.md
+14-9Lines changed: 14 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -112,10 +112,11 @@ There are many different approaches to utilizing caching in monorepos. The custo
112
112
113
113
1) Add custom command to config:
114
114
115
-
```
116
-
commands:
117
-
create_concatenated_package_lock:
118
-
description: "Concatenate all package-lock.json files recognized by lerna.js into single file. File is used as checksum source for part of caching key."
115
+
{% raw %}
116
+
```yaml
117
+
commands:
118
+
create_concatenated_package_lock:
119
+
description: "Concatenate all package-lock.json files recognized by lerna.js into single file. File is used as checksum source for part of caching key."
119
120
parameters:
120
121
filename:
121
122
type: string
@@ -124,19 +125,23 @@ commands:
124
125
name: Combine package-lock.json files to single file
0 commit comments