Skip to content

Commit

Permalink
add heroku local command and pull .env back support
Browse files Browse the repository at this point in the history
  • Loading branch information
huan committed Apr 9, 2020
1 parent 938c9bc commit 631a925
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
"node": "10"
},
"scripts": {
"heroku:env": "heroku config -s -a oss-chat | sed 's/\\\\\\\\/\\\\/g' | tee .env",
"heroku:local": "heroku local",
"clean": "shx rm -fr dist/*",
"dist": "npm run build",
"build": "tsc",
Expand Down

0 comments on commit 631a925

Please sign in to comment.