mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-01-30 23:01:34 +00:00
Updated package.json
Use --production option by default for yarn pull shortcut.
This commit is contained in:
parent
aab8058b28
commit
6adf982fb6
@ -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; git stash pop"
|
||||
"pull": "git stash; git pull; yarn install --production; git stash pop"
|
||||
},
|
||||
"dependencies": {
|
||||
"bcrypt": "^3.0.6",
|
||||
|
Loading…
Reference in New Issue
Block a user