8 lines
216 B
JSON
8 lines
216 B
JSON
rm -f package-lock.json
|
|
rm -rf node_modules
|
|
npm install
|
|
ls -lh package-lock.json
|
|
node -p "require('./package-lock.json').lockfileVersion"
|
|
git add package-lock.json
|
|
git commit -m "Regenerar package-lock.json"
|
|
git push |