Skip to content

Commit

Permalink
Add documentation for patches support to npm ci command
Browse files Browse the repository at this point in the history
See
#96 (comment)

Co-authored-by: Olivier Halligon <[email protected]>
  • Loading branch information
mokagio and AliSoftware committed Jun 3, 2024
1 parent 574c11b commit 154bde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install_npm_packages_clean
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ARCHITECTURE=$(uname -m)
NODE_VERSION=$(node --version)
PACKAGE_HASH=$(hash_file package-lock.json)

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

0 comments on commit 154bde2

Please sign in to comment.