Skip to content
Snippets Groups Projects
Verified Commit 4df0b85c authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

re-add yarn command

parent 3dd1a654
No related branches found
No related tags found
1 merge request!1Resolve "Add (docker) build pipeline"
Pipeline #8612 failed with stages
in 2 minutes and 55 seconds
...@@ -12,6 +12,7 @@ build-project: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment