aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca8e9095d..4a3bb5b4e 100644
--- a/README.md
+++ b/README.md
@@ -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
```