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
|`npm run build:watch`| Build for development, watching for file changes. |
56
+
|`npm run build`| Build for release. |
57
+
|`npm run lint`| Check code for linting errors. |
58
+
|`npm run lint:fix`| Fix linting errors. |
59
+
|`npm run prettier`| Check code for formatting errors. |
60
+
|`npm run prettier:fix`| Fix formatting errors. |
61
61
|`npm run validate`| Check for unused CSS, a11y issues, and TypeScript errors with [svelte-check](https://github.com/sveltejs/language-tools/tree/master/packages/svelte-check). |
62
-
|`npm test`| Run tests. |
63
-
|`web-ext run`| Start Firefox and load the extension temporarily. |
64
-
|`web-ext build`| Package the extension. |
62
+
|`npm test`| Run tests. |
63
+
|`web-ext run`| Start Firefox and load the extension temporarily. |
0 commit comments