Read env in watchers.ts

This commit is contained in:
Chi Vinh Le
2018-07-19 19:26:50 -03:00
parent 6f11ec3338
commit d31d8d94e2
2 changed files with 4266 additions and 4275 deletions
+3 -3
View File
@@ -4,6 +4,8 @@ import {
Config,
LongRunningExecutor,
} from "../scripts/watcher";
// Ensure environment variables are read.
import "./env";
const config: Config = {
rootDir: path.resolve(__dirname, "../src"),
@@ -42,9 +44,7 @@ const config: Config = {
},
runDocz: {
paths: [],
executor: new LongRunningExecutor(
"NODE_ENV=development npm run docz -- dev"
),
executor: new LongRunningExecutor("npm run docz -- dev"),
},
},
defaultSet: "client",
+4263 -4272
View File
File diff suppressed because it is too large Load Diff