process feedback
This commit is contained in:
parent
173f2d7bf1
commit
3b5662a098
7 changed files with 36 additions and 41 deletions
|
|
@ -13,8 +13,8 @@ build-project:
|
|||
script:
|
||||
- echo "Building app"
|
||||
- yarn install
|
||||
# - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env
|
||||
# - echo "EXTEND_ESLINT=true" >> .env
|
||||
- echo "REACT_APP_API_URL=/api/v1" > .env
|
||||
- echo "EXTEND_ESLINT=true" >> .env
|
||||
- yarn build
|
||||
- mv build web-build
|
||||
- echo "Build successful"
|
||||
|
|
|
|||
Reference in a new issue