chore: scope workspace commands with pnpm filter
CI / lint-and-format (push) Successful in 36s
CI / changeset-check (push) Successful in 32s
CI / unit-tests (push) Successful in 38s
CI / component-tests (push) Failing after 28s

This commit is contained in:
2026-08-02 15:39:19 +02:00
parent 3b9a78bf9d
commit 856fea304a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -33,6 +33,8 @@
],
"scripts": {
"lint": "eslint .",
"format:check": "prettier --check .",
"format": "prettier --write .",
"build": "stencil build",
"start": "stencil build --dev --watch --serve",
"test": "stencil-test --prod",