This repository was archived by the owner on Jan 26, 2019. It is now read-only.
Commit 1f4db46
Check if CI variable is set to
* Fix incorrect check if CI variable is set to true
Originally build would fail on warnings with any value of CI environment variable. Now it will correctly check if it's true.
Discussed here: facebook/create-react-app#2453
* Check for "not false" instead of "not true"
After discussion we decided that this will be closer to current functionality and not break anything.'false' (#2501)1 parent d68ed30 commit 1f4db46
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| |||
0 commit comments