feat: build planty in post install
Some checks failed
📊 Benchmark the Runtime / release (push) Successful in 1m24s
🚀 Lint & Test & Deploy / release (push) Failing after 1m41s

This commit is contained in:
2026-04-20 01:53:40 +02:00
parent ba501b211d
commit 491e345c2f

View File

@@ -1,7 +1,7 @@
{
"version": "0.0.4",
"scripts": {
"postinstall": "pnpm run -r --filter 'ui' 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",