Modified build process to build the frontend only once
the build failed Details

This commit is contained in:
konrad 2018-01-12 10:14:08 +01:00 committed by kolaente
parent aa1010d74a
commit 48c9ab08c9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ pipeline:
commands:
- cd frontend/
- rm siteconfig.json
- echo '{"API_URL": "/api/v1/"}' > siteconfig.json
- echo \'{"API_URL": "/api/v1/"}\' > siteconfig.json
- npm install
- npm run build
when: