1
0
mirror of synced 2025-12-19 09:57:42 -05:00

Automatically run npm install when running npm start (#35283)

Co-authored-by: Robert Sese <734194+rsese@users.noreply.github.com>
This commit is contained in:
Peter Bengtsson
2023-03-07 13:38:07 -05:00
committed by GitHub
parent 222be16582
commit e77b7bf06e
4 changed files with 38 additions and 0 deletions

5
.npmrc
View File

@@ -1,2 +1,7 @@
# skip installing optional dependencies to avoid issues with troublesome `fsevents` module
omit=optional
# For 15-25% faster npm install
# https://www.peterbe.com/plog/benchmarking-npm-install-with-or-without-audit
# Also we have Dependabot alerts configured in the GitHub repo.
audit=false