Commit Graph

7 Commits (7bd6496854d95ea3b25576308a4b47cdac20b3fa)

Author SHA1 Message Date
Aakansha Doshi a1dcd6d984
build: move release scripts to use release branch (#5958) 2 years ago
Lipis c0e05445b1
chore: Consistent job names in GH actions (#3099) 4 years ago
Lipis baf9da2b83
chore: Update action versions and docker build (#3065) 4 years ago
Lipis 4bfcf105a5
build: Switch to Yarn (#3057)
Co-authored-by: Aakansha Doshi <aakansha1216@gmail.com>
4 years ago
Lipis ed0bec41dc
chore: Update workflows to use the latest Node (#2863) 4 years ago
Lipis 2b434db062
chore: Don't run docker build on PRs (#2601) 4 years ago
Guillaume Grossetie 5b63371c14
Fix docker build (#2348)
* .eslintrc.json is required to build using react-scripts

* Remove the extra "deps" step

This step can be done as part of the build (faster and more reliable).

* Add a GitHub Actions to build the Docker image

Make sure that "docker build" is working on every pull request before landing on master.

* Update package-lock.json

* Add .prettierrc in the Docker image to avoid warnings in the build step

* Revert "Update package-lock.json"

This reverts commit 7ef2eaadfa.

* Make sure that the 'node_modules' layer can be cached

if package and package-lock.json didn't changed
4 years ago