Commit 0db98ad6 authored by Markus Mößler's avatar Markus Mößler
Browse files

updated gitlab-ci file to avoid build warnings errors

parent 82779c66
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -10,11 +10,13 @@ pages:
    # Build React app
    - cd react-frontend/my-react-app
    - npm install
    - npm run build
    # - npm run build
    - CI=false npm run build

    # Copy React build to /blog
    - mkdir -p ../../public/blog
    - cp -r build/* ../../public/blog/

  artifacts:
    paths:
      - public