You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 27, 2024. It is now read-only.
Travis fails doing the build, however it works locally. I tried to fix this in a fork. This did not work out however.
How deployment works atm
One builds locally (see README for reference) and then pushes the master branch to GitHub. Travis will then deploy the dist folder to gh_pages.
How it should be done
Travis does the build and then pushes the result to gh_pages. This in theory can be achieved by just calling npm run build-deploy and then pushing the result in dist, e.g. by using ngh.
The problem
Either npm install or the build fails, that unfortunately differs. I experienced both.