From f8094f0bde55e563ebaa2f3b9efd3ab815bf07e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arne=20Schl=C3=BCter?= Date: Sun, 25 Nov 2018 15:59:06 +0100 Subject: [PATCH] Add note about problems with continuous tests when deploying --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e87b293..ac86500 100644 --- a/README.md +++ b/README.md @@ -59,4 +59,6 @@ $ npm run build $ npm run deploy ``` +**Note:** If you have a continuous build running and run `npm run build` or `npm run deploy`, it will delete the compiled tests, causing the continuous tests to not run anymore. This can be fixed by running `npm test` again. + All build artifacts land in `/public`. Don't change anything in there as changes will be overwritten.