diff --git a/package-lock.json b/package-lock.json index 43b0b35..7172ddd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,7 +1,8 @@ rm -f package-lock.json rm -rf node_modules - npm install - +ls -lh package-lock.json node -p "require('./package-lock.json').lockfileVersion" -ls -lh package-lock.json \ No newline at end of file +git add package-lock.json +git commit -m "Regenerar package-lock.json" +git push \ No newline at end of file