Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added zipping and uploading of production builds | Erik Michelson | 2020-11-25 | 1 | -2/+8 |
| | | | | | | | | | This extends the 'production build' workflow with uploading the final bundle as an artifact. The bundle is only uploaded on pushes to `master` and with Node.js 14. Co-authored-by: David Mehren <git@herrmehren.de> Signed-off-by: Erik Michelson <github@erik.michelson.eu> Signed-off-by: David Mehren <git@herrmehren.de> | ||||
* | Migrate to GitHub Actions | David Mehren | 2020-11-11 | 1 | -0/+82 |
GH Actions now also do a production build with all supported Node versions to catch any Webpack errors Signed-off-by: David Mehren <git@herrmehren.de> |