mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-19 01:31:34 +00:00
Updated package.json
This commit is contained in:
parent
968fd74676
commit
0fad346df6
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user