mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-18 17:21:33 +00:00
Make yarn stash not exit with code 1
when there were no stashes
This commit is contained in:
parent
83a7459a01
commit
23843aa826
@ -27,7 +27,7 @@
|
||||
"delete-expired": "node ./scripts/delete-expired.js",
|
||||
"thumbs": "node ./scripts/thumbs.js",
|
||||
"pull": "git pull && yarn --production",
|
||||
"stash": "git stash && git stash drop",
|
||||
"stash": "(git stash && git stash drop) || true",
|
||||
"full-upgrade": "rm -f ./yarn.lock && yarn"
|
||||
},
|
||||
"dependencies": {
|
||||
|
Loading…
Reference in New Issue
Block a user