mirror of
https://github.com/ansible/awx.git
synced 2026-05-16 13:57:39 -02:30
Add language catalog compile step before test commands
This commit is contained in:
@@ -55,7 +55,11 @@
|
|||||||
"react-scripts": "^3.4.4"
|
"react-scripts": "^3.4.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prelint": "lingui compile",
|
||||||
"prestart": "lingui compile",
|
"prestart": "lingui compile",
|
||||||
|
"prestart-instrumented": "lingui compile",
|
||||||
|
"pretest": "lingui compile",
|
||||||
|
"pretest-watch": "lingui compile",
|
||||||
"start": "PORT=3001 HTTPS=true DANGEROUSLY_DISABLE_HOST_CHECK=true react-scripts start",
|
"start": "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": "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",
|
||||||
|
|||||||
Reference in New Issue
Block a user