Merge branch 'master' into Admin

This commit is contained in:
wrzesinski-hubert 2020-12-14 15:51:51 +01:00
commit 17c77a1a3c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ build:
image: node
script:
- echo "Start building App"
- echo "REACT_APP_API_URL=https://wmi-backend.plannaplan.pl" > .env
- yarn
- CI= yarn run build
- echo "Build successfully!"