mirror of
https://github.com/ansible/awx.git
synced 2026-03-24 12:25:01 -02:30
Merge pull request #10187 from jakemcdermott/warn-and-recompile-lint
Warn but still recompile on lint error Reviewed-by: Alex Corey <Alex.swansboro@gmail.com> Reviewed-by: Keith Grant <keithjgrant@gmail.com>
This commit is contained in:
@@ -64,8 +64,8 @@
|
|||||||
"prestart-instrumented": "lingui compile",
|
"prestart-instrumented": "lingui compile",
|
||||||
"pretest": "lingui compile",
|
"pretest": "lingui compile",
|
||||||
"pretest-watch": "lingui compile",
|
"pretest-watch": "lingui compile",
|
||||||
"start": "PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
"start": "ESLINT_NO_DEV_ERRORS=true PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
||||||
"start-instrumented": "DEBUG=instrument-cra PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts -r @cypress/instrument-cra start",
|
"start-instrumented": "ESLINT_NO_DEV_ERRORS=true DEBUG=instrument-cra PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts -r @cypress/instrument-cra start",
|
||||||
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
|
"build": "INLINE_RUNTIME_CHUNK=false react-scripts build",
|
||||||
"test": "TZ='UTC' react-scripts test --watchAll=false",
|
"test": "TZ='UTC' react-scripts test --watchAll=false",
|
||||||
"test-watch": "TZ='UTC' react-scripts test",
|
"test-watch": "TZ='UTC' react-scripts test",
|
||||||
|
|||||||
Reference in New Issue
Block a user