From 631a9257cb37c4e814d6e798f635a39fe7637d13 Mon Sep 17 00:00:00 2001 From: Huan LI Date: Thu, 9 Apr 2020 15:41:48 +0800 Subject: [PATCH] add heroku local command and pull .env back support --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index d2dc270..d0d1612 100644 --- a/package.json +++ b/package.json @@ -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",