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
parent
commit
9395cb5f91
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