1
0
mirror of https://github.com/excalidraw/excalidraw.git synced 2025-02-18 13:29:36 +01:00
excalidraw/.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 7ef2eaadfae610771987bc8155670b895c139e7b.

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

if package and package-lock.json didn't changed
2020-11-07 22:22:19 +00:00
..
build-docker.yml Fix docker build (#2348) 2020-11-07 22:22:19 +00:00
build-packages.yml Excalidraw export (#2246) 2020-11-02 20:14:20 +01:00
codeql-analysis.yml Create codeql-analysis.yml (#2308) 2020-10-29 00:52:49 +02:00
lint.yml Checks on push and fix formatting (#1048) 2020-03-22 19:56:55 +02:00
locales-coverage.yml New Crowdin updates (#1856) 2020-07-07 18:30:58 +03:00
publish-docker.yml Prepare for Docker publishing (#1771) 2020-06-18 10:46:24 +01:00
sentry-production.yml Add sentry integration (#1141) 2020-03-31 11:37:51 +03:00
test.yml Checks on push and fix formatting (#1048) 2020-03-22 19:56:55 +02:00