mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-13 07:56:23 +00:00
Updated package.json
Added an "echo" at the end of yarn pull script to avoid yarn recognizing error from "git stash pop" if there were no local changes stashed.
This commit is contained in:
parent
6adf982fb6
commit
0e64942a6f
@ -20,7 +20,7 @@
|
||||
"pm2": "pm2 start --name safe ./lolisafe.js",
|
||||
"thumbs": "node ./scripts/thumbs.js",
|
||||
"cfpurge": "node ./scripts/cfpurge.js",
|
||||
"pull": "git stash; git pull; yarn install --production; git stash pop"
|
||||
"pull": "git stash; git pull; yarn install --production; git stash pop; echo OK."
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^3.0.6",
|
||||
|
Loading…
Reference in New Issue
Block a user