Updated package.json

Use --production option by default for yarn pull shortcut.
This commit is contained in:
Bobby Wibowo 2019-07-21 05:20:02 +07:00
parent aab8058b28
commit 6adf982fb6
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF

View File

@ -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",