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: readme.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
-[Usage](#installation)
16
16
-[Install As Dependency](#install-as-dependency)
17
17
-[Core Functions](#core-functions)
18
-
-[UMD Module](#umd-module)
19
18
-[Development](#development)
20
19
21
20
---
@@ -256,14 +255,6 @@ _Runs rules against parsed flows and returns scan results._
256
255
257
256
_Attempts to apply automatic fixes where available._
258
257
259
-
### UMD Module
260
-
261
-
To create a standalone UMD module, follow the [development insructions](#development) and run:
262
-
263
-
```bash
264
-
npm run vite:dist
265
-
```
266
-
267
258
---
268
259
269
260
## Development
@@ -315,4 +306,12 @@ npm run vite:dist
315
306
316
307
Your local core module will now replace the installed dependency and update automatically on rebuild.
317
308
309
+
6. Create a standalone UMD Module:
310
+
311
+
```bash
312
+
npm run vite:dist
313
+
```
314
+
315
+
The resulting file will be available in the `dist` directory as `lightning-flow-scanner-core.umd.js`.
316
+
318
317
###### Want to help improve Lightning Flow Scanner? See our [Contributing Guidelines](https://github.com/Flow-Scanner/lightning-flow-scanner-core/blob/main/CONTRIBUTING.md).
0 commit comments