You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/.github/workflows
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
..
build-docker.yml Fix docker build (#2348) 4 years ago
build-packages.yml Excalidraw export (#2246) 4 years ago
codeql-analysis.yml Create codeql-analysis.yml (#2308) 4 years ago
lint.yml Checks on push and fix formatting (#1048) 5 years ago
locales-coverage.yml New Crowdin updates (#1856) 5 years ago
publish-docker.yml Prepare for Docker publishing (#1771) 5 years ago
sentry-production.yml Add sentry integration (#1141) 5 years ago
test.yml Checks on push and fix formatting (#1048) 5 years ago