You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,8 @@ Run these from the **repo root** to also watch and rebuild the library source:
21
21
|`npm run site:lint`| Lint the site code |
22
22
|`npm run site:test`| Build and test the site |
23
23
24
-
Run these from the **`site/` directory** for site-only tasks (does not watch `../src/`). They use the prebuilt library in `../dist`, so run `npm run build-all` from the repo root first if you haven't:
24
+
Run these from the **`site/` directory** for site-only tasks (does not watch `../src/`).
25
+
They use the prebuilt library in `../dist`, so run `npm run build-all` from the repo root first if you haven't:
0 commit comments