mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
Merge pull request #9483 from rooftopcellist/rm_messages
Remove messages.js files that do not need to be committed to the repo Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
9
Makefile
9
Makefile
@@ -62,11 +62,11 @@ WHEEL_FILE ?= $(WHEEL_NAME)-py2-none-any.whl
|
|||||||
I18N_FLAG_FILE = .i18n_built
|
I18N_FLAG_FILE = .i18n_built
|
||||||
|
|
||||||
.PHONY: awx-link clean clean-tmp clean-venv requirements requirements_dev \
|
.PHONY: awx-link clean clean-tmp clean-venv requirements requirements_dev \
|
||||||
develop refresh adduser migrate dbchange runserver \
|
develop refresh adduser migrate dbchange \
|
||||||
receiver test test_unit test_coverage coverage_html \
|
receiver test test_unit test_coverage coverage_html \
|
||||||
dev_build release_build release_clean sdist \
|
dev_build release_build sdist \
|
||||||
ui-docker-machine ui-docker ui-release ui-devel \
|
ui-release ui-devel \
|
||||||
ui-test ui-deps ui-test-ci VERSION docker-compose-sources
|
VERSION docker-compose-sources
|
||||||
|
|
||||||
clean-tmp:
|
clean-tmp:
|
||||||
rm -rf tmp/
|
rm -rf tmp/
|
||||||
@@ -458,7 +458,6 @@ clean-ui:
|
|||||||
rm -rf awx/ui_next/build
|
rm -rf awx/ui_next/build
|
||||||
rm -rf awx/ui_next/src/locales/_build
|
rm -rf awx/ui_next/src/locales/_build
|
||||||
rm -rf $(UI_BUILD_FLAG_FILE)
|
rm -rf $(UI_BUILD_FLAG_FILE)
|
||||||
git checkout awx/ui_next/src/locales
|
|
||||||
|
|
||||||
awx/ui_next/node_modules:
|
awx/ui_next/node_modules:
|
||||||
$(NPM_BIN) --prefix awx/ui_next --loglevel warn --ignore-scripts install
|
$(NPM_BIN) --prefix awx/ui_next --loglevel warn --ignore-scripts install
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ WORKDIR /ui_next
|
|||||||
ADD public public
|
ADD public public
|
||||||
ADD package.json package.json
|
ADD package.json package.json
|
||||||
ADD package-lock.json package-lock.json
|
ADD package-lock.json package-lock.json
|
||||||
|
ADD .linguirc .linguirc
|
||||||
COPY ${NPMRC_FILE} .npmrc
|
COPY ${NPMRC_FILE} .npmrc
|
||||||
RUN npm install
|
RUN npm install
|
||||||
ADD src src
|
ADD src src
|
||||||
|
|||||||
@@ -55,6 +55,11 @@
|
|||||||
"react-scripts": "^3.4.4"
|
"react-scripts": "^3.4.4"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prelint": "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",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user