mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
ci: faster debug build
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user