diff --git a/.npmrc b/.npmrc index d747c7f48b..3b9d59d669 100644 --- a/.npmrc +++ b/.npmrc @@ -1,4 +1,7 @@ loglevel=warn #Prevent folks from ignoring an important error when building from source -engine-strict=true \ No newline at end of file +engine-strict=true + +# Dont include lockfile +package-lock=false \ No newline at end of file