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
{{ message }}
This repository was archived by the owner on Dec 3, 2025. It is now read-only.
cd assets/example-flows && sf project deploy start &&
375
-
```
373
+
To link the module, run:
376
374
377
-
Navigate to the [Demo Readme](assets\example-flows\README.md) for full details
375
+
```bash
376
+
npm run link
377
+
```
378
378
379
-
6. Test as local dependency(Optional):
380
-
a. run:
379
+
a. Ad-Hoc Testing with node:
381
380
382
381
```bash
383
382
npm run link
384
383
```
385
384
386
-
b. Go to the dependent project (e.g. VSX or CLI) and use:
385
+
b. Test in a dependent project (e.g. VSX or CLI):
387
386
388
387
```bash
389
388
npm link @flow-scanner/lightning-flow-scanner-core
390
389
```
391
390
392
391
Your local module will now replace any installed version and update on rebuild.
393
392
393
+
6. Deploy Demo Flows (Optional):
394
+
395
+
```bash
396
+
cd assets/example-flows && sf project deploy start &&
397
+
```
398
+
399
+
Navigate to the [Demo Readme](assets\example-flows\README.md) for full details
400
+
394
401
7. Create a standalone UMD Module(Optional):
395
402
396
-
```bash
397
-
npm run vite:dist // creates UMD at`dist/lightning-flow-scanner-core.umd.js`.
398
-
```
403
+
```bash
404
+
npm run vite:dist // creates UMD at`dist/lightning-flow-scanner-core.umd.js`.
405
+
```
399
406
400
407
<p><strong>Want to help improve Lightning Flow Scanner? See our <ahref="https://github.com/Flow-Scanner/lightning-flow-scanner-core?tab=contributing-ov-file">Contributing Guidelines</a></strong></p>
0 commit comments