Updated package.json

This commit is contained in:
Bobby Wibowo 2020-05-26 03:53:32 +07:00
parent 36a41c9711
commit 56bc55f9ca
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -27,7 +27,8 @@
"delete-expired": "node ./scripts/delete-expired.js",
"thumbs": "node ./scripts/thumbs.js",
"pull": "git pull && yarn --production",
"stash": "(git stash && git stash drop) || true",
"stash": "git stash || true",
"stash-pop": "git stash pop || true",
"full-upgrade": "rm -f ./yarn.lock && yarn"
},
"dependencies": {