Merge branch 'master' into Admin

This commit is contained in:
wrzesinski-hubert
2020-12-14 15:51:51 +01:00

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!"