mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Removed git stash from yarn pull
This commit is contained in:
parent
2670db269d
commit
d6d085d161
@ -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": {
|
||||
|
Loading…
Reference in New Issue
Block a user