Closed Dan9boi closed 5 years ago
💪
I think there is a typo, npm run
is missed before build:prod
so it doesn't deploy on netlify or pass checks. Also the icon file is required (assets/favicons/favicons-master.png)
https://github.com/Novicell/novicell-frontend/pull/316/checks
Should it be corrected here or via a new pull request?
Great catch!
As of
dist
-folder being ignored, we can't get a favicon on netlify. This makes it run on netlify aswell, adding the icons to the distfolder before adding the dist folder to the build folder, that's deployed to netlify. Thanks to @hesselberg