Skip to content

Commit bc01425

Browse files
mokagioAliSoftware
andcommitted
Add documentation for patches support to npm ci command
See #96 (comment) Co-authored-by: Olivier Halligon <[email protected]>
1 parent bd504f2 commit bc01425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install_npm_packages_clean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ARCHITECTURE=$(uname -m)
1717
NODE_VERSION=$(node --version)
1818
PACKAGE_HASH=$(hash_file package-lock.json)
1919

20-
# TODO: This comes from Studio. Figure out if it's standard in Node or not.
20+
# See https://www.npmjs.com/package/patch-package#circleci
2121
if [ -d patches ]; then
2222
PATCHES_HASH=$(hash_directory patches/)
2323
else

0 commit comments

Comments
 (0)