GTBitsOfGood / GTBitsOfGood/tech-team
Build directory is in .gitignore in client
Open
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Having the build directory inside .gitignore will make heroku ignore the build folder, thus, not able to find the build.
Update: If you replace "postinstall" with "heroku-postbuild", the building seems to happen at a later time during deployment. This way heroku does not ignore your build. And you can still keep build directory in .gitignore
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.