feat: use ui and planty without build

This commit is contained in:
2026-04-20 19:45:10 +02:00
parent 7a3e9eb893
commit acdc582e95
4 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
{
"version": "0.0.4",
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' build && pnpm run -r --filter 'planty' build",
"_postinstall": "pnpm run -r --filter 'ui' build && pnpm run -r --filter 'planty' build",
"lint": "pnpm run -r --parallel lint",
"qa": "pnpm lint && pnpm check && pnpm test",
"format": "pnpm dprint fmt",