Skip to content

Commit

Permalink
drop hiding warnings for npm since extra warning fixed in npm@11
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 21, 2024
1 parent e0ce7c2 commit 8b69de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/zxi.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const DIR = dirname(FILE);
$.verbose = true;

if (await pathExists(`${ DIR }/package.json`)) {
await $({ cwd: DIR })`NODE_NO_WARNINGS=1 npm install \
await $({ cwd: DIR })`npm install \
--no-audit \
--no-fund \
--lockfile-version=3 \
Expand Down

0 comments on commit 8b69de0

Please sign in to comment.