Browse Source
Merge pull request #515 from asoltys/patch-1
Update docs to suggest building before running tests
renovate/lint-staged-8.x
Ben Woosley
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
ADVANCED.md
|
|
@ -88,6 +88,7 @@ chmod +x lnd |
|
|
|
To test that everything has been installed correctly: |
|
|
|
|
|
|
|
```bash |
|
|
|
npm run build |
|
|
|
npm run test |
|
|
|
``` |
|
|
|
|
|
|
|