We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6478f12 commit 162bd70Copy full SHA for 162bd70
readme.md
@@ -291,7 +291,7 @@ _Attempts to apply automatic fixes where available._
291
npm run test
292
```
293
294
-5. Test as local dependency:
+5. Test as local dependency(Optional):
295
To test changes to the core module in the VS Code extension or SF CLI plugin locally, run:
296
297
```bash
@@ -306,7 +306,7 @@ _Attempts to apply automatic fixes where available._
306
307
Your local core module will now replace the installed dependency and update automatically on rebuild.
308
309
-6. Create a standalone UMD Module:
+6. Create a standalone UMD Module(Optional):
310
311
312
npm run vite:dist
0 commit comments