Skip to content

Commit 0b26dec

Browse files
committed
Use "npm i -s" in the shellHook and run "npm audit fix" to fix reported issues
1 parent 180cc5e commit 0b26dec

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
export build="$project/.build"
3333
export PATH="$project/bin:$PATH"
3434
35-
npm install --loglevel error >/dev/null
35+
npm install --loglevel silent
3636
'';
3737
};
3838
}

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)