re-add yarn command

This commit is contained in:
Maarten de Waard 2021-09-29 15:23:14 +02:00
parent 3dd1a6544e
commit 4df0b85cf1
No known key found for this signature in database
GPG key ID: 1D3E893A657CC8DA

View file

@ -12,6 +12,7 @@ build-project:
before_script: [] before_script: []
script: script:
- echo "Building app" - echo "Building app"
- yarn
# - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env # - echo "REACT_APP_API_URL=https://oas-api.initdevelopment.com/api/v1" > .env
# - echo "EXTEND_ESLINT=true" >> .env # - echo "EXTEND_ESLINT=true" >> .env
- yarn build - yarn build