pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

npm.mk: update comment



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Dec 26 10:53:09 2025 +0100
Changeset:	085852ac08b10c5a3fff8bcb904939ea6b8d2dcf

Modified Files:
	prettier/npm.mk

Log Message:
npm.mk: update comment

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=085852ac08b10c5a3fff8bcb904939ea6b8d2dcf

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 prettier/npm.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/prettier/npm.mk b/prettier/npm.mk
index 04e044f694..54ad3d8a23 100644
--- a/prettier/npm.mk
+++ b/prettier/npm.mk
@@ -42,7 +42,7 @@ update-cache: do-extract
 	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} npm config set cache=${WRKDIR}/npmcache
 # use node-shrinkwrap.json to wire down dependencies
 # make one if it doesn't exist, but prefer upstream package-lock.json to re-creating it
-# directly calling 'npm shrinkwrap' makes bigger files, but doesn't include all dependencies
+# directly calling 'npm shrinkwrap' doesn't work reliably
 	if ${TEST} ! -f  ${WRKSRC}/npm-shrinkwrap.json; then \
 		if ${TEST} ! -f ${WRKSRC}/package-lock.json; then \
 			cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} npm install --package-lock-only; \


Home | Main Index | Thread Index | Old Index