diff options
-rw-r--r-- | README.md | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -982,6 +982,15 @@ make vendor jsc identifier-cache dev Verify it worked: +First ensure the node dependencies are installed + +```bash +cd integration/snippets +npm i +``` + +Then + ```bash make test-dev-all ``` @@ -1037,6 +1046,15 @@ make vendor dev Verify it worked: +First ensure the node dependencies are installed + +```bash +cd integration/snippets +npm i +``` + +Then + ```bash make test-dev-all ``` |