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: CONTRIBUTING.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,11 +36,14 @@ This is a monorepo containing several packages:
36
36
pnpm build
37
37
```
38
38
39
-
3.**Development Mode**
39
+
3.**Testing React Scan**
40
40
```bash
41
-
# Run all packages in dev mode
42
-
pnpm dev
41
+
cdpackages/scan
42
+
pnpm build:copy
43
43
```
44
+
- This will build the package and then copy it to your clipboard as an IIFE (immedietely invoked function expression). This will allow you to paste it into the browser console to test it on any website
0 commit comments