chore(npm): dont generate lockfile (#6970)

Co-authored-by: John Hill <john.c.hill@nasa.gov>
This commit is contained in:
Even Stensberg
2023-08-22 00:39:52 +02:00
committed by GitHub
parent 6db390a71a
commit 351800b32a

3
.npmrc
View File

@ -2,3 +2,6 @@ loglevel=warn
#Prevent folks from ignoring an important error when building from source #Prevent folks from ignoring an important error when building from source
engine-strict=true engine-strict=true
# Dont include lockfile
package-lock=false