Skip to content

Commit

Permalink
Prevent showing Expo password in the logs
Browse files Browse the repository at this point in the history
  • Loading branch information
larixer committed Jan 20, 2018
1 parent a3a75b0 commit 584db96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@
"seed": "npm run migrate && knex seed:run",
"migrate": "knex migrate:latest",
"rollback": "knex migrate:rollback",
"exp-login": "cross-env NODE_ENV=production spin exp login -u $EXP_USERNAME -p $EXP_PASSWORD --non-interactive",
"watch": "spin watch",
"heroku-postbuild": "rm -rf build && npm run exp -- login -u $EXP_USERNAME -p $EXP_PASSWORD --non-interactive && npm run build && npm run exp -- p --non-interactive && npm run seed",
"heroku-postbuild": "rm -rf build && npm run exp-login && npm run build && npm run exp -- p --non-interactive && npm run seed",
"precommit": "lint-staged",
"cli": "node tools/cli",
"postinstall": "opencollective postinstall",
Expand Down

0 comments on commit 584db96

Please sign in to comment.