ci: faster debug build

This commit is contained in:
thecodrr
2021-06-10 00:53:24 +05:00
parent f14f329034
commit b31cde906f
2 changed files with 5 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ module.exports = {
REACT_APP_GIT_HASH: gitHash,
},
dev: {
REACT_APP_CI: true,
REACT_APP_CI: "true",
},
web: {
REACT_APP_PLATFORM: "web",
@@ -16,6 +16,8 @@ module.exports = {
DEBUG: "pw:api",
},
silent: {
DISABLE_ESLINT_PLUGIN: "true",
FAST_REFRESH: "false",
BROWSER: "none",
},
desktop: {