Skip to content

Commit 8b69de0

Browse files
committed
drop hiding warnings for npm since extra warning fixed in npm@11
1 parent e0ce7c2 commit 8b69de0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/zxi.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const DIR = dirname(FILE);
1515
$.verbose = true;
1616

1717
if (await pathExists(`${ DIR }/package.json`)) {
18-
await $({ cwd: DIR })`NODE_NO_WARNINGS=1 npm install \
18+
await $({ cwd: DIR })`npm install \
1919
--no-audit \
2020
--no-fund \
2121
--lockfile-version=3 \

0 commit comments

Comments
 (0)