From 36b14812dd9aee062511c560751fd656e81157f6 Mon Sep 17 00:00:00 2001 From: Adam Soltys Date: Fri, 29 Jun 2018 15:37:36 -0700 Subject: [PATCH] Need to build before tests will run I tried running "npm run test" and got a bunch of errors saying "The main process is not built yet. Build it by running "npm run build-main" so just making a note of that in the docs --- ADVANCED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADVANCED.md b/ADVANCED.md index 3b64fe46..f8c797d4 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -88,6 +88,7 @@ chmod +x lnd To test that everything has been installed correctly: ```bash +npm run build npm run test ```