Removed git stash from yarn pull

This commit is contained in:
Bobby Wibowo 2020-02-11 17:22:59 +07:00
parent 2670db269d
commit d6d085d161
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -25,7 +25,7 @@
"clean-up": "node ./scripts/clean-up.js",
"delete-expired": "node ./scripts/delete-expired.js",
"thumbs": "node ./scripts/thumbs.js",
"pull": "git stash; git pull; yarn install --production; git stash pop; exit 0",
"pull": "git pull; yarn install --production",
"full-upgrade": "rm yarn.lock; yarn install"
},
"dependencies": {