diff --git a/package-lock.json b/package-lock.json index 64915e9..43b0b35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,4 +1,7 @@ rm -f package-lock.json rm -rf node_modules + npm install -node -p "require('./package-lock.json').lockfileVersion" \ No newline at end of file + +node -p "require('./package-lock.json').lockfileVersion" +ls -lh package-lock.json \ No newline at end of file