Added beta build to CI

This commit is contained in:
Ajay Ramachandran
2020-02-20 11:39:06 -05:00
parent 8be3cb157a
commit 514a8b62d6
5 changed files with 31 additions and 1 deletions

View File

@@ -42,7 +42,8 @@ module.exports = env => ({
),
new BuildManifest({
browser: env.browser,
pretty: env.mode === "production"
pretty: env.mode === "production",
stream: env.stream
})
]
});