Updated package.json

This commit is contained in:
Bobby Wibowo 2020-05-16 21:51:08 +07:00
parent 968fd74676
commit 0fad346df6
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -25,8 +25,9 @@
"clean-up": "node ./scripts/clean-up.js",
"delete-expired": "node ./scripts/delete-expired.js",
"thumbs": "node ./scripts/thumbs.js",
"pull": "git pull; yarn install --production",
"full-upgrade": "rm yarn.lock; yarn install"
"pull": "git pull && yarn --production",
"stash": "git stash && git stash drop",
"full-upgrade": "rm -f ./yarn.lock && yarn"
},
"dependencies": {
"bcrypt": "^4.0.1",