Browse Source

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
renovate/lint-staged-8.x
Adam Soltys 6 years ago
committed by GitHub
parent
commit
36b14812dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ADVANCED.md

1
ADVANCED.md

@ -88,6 +88,7 @@ chmod +x lnd
To test that everything has been installed correctly:
```bash
npm run build
npm run test
```

Loading…
Cancel
Save