chore(lint): improve monorepo workspace scripts

This commit is contained in:
2026-08-02 15:03:49 +02:00
parent a92d83a5f4
commit b0ae34dbaa
3 changed files with 37 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@
"loader/"
],
"scripts": {
"lint": "eslint .",
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil-test --prod",