chore: add check script to ui package

This commit is contained in:
Max Richter
2026-02-02 17:30:54 +01:00
parent 812099c55d
commit 3c168aa9b6
2 changed files with 3 additions and 3 deletions

View File

@@ -5,6 +5,7 @@
"lint": "pnpm run -r --parallel lint",
"format": "pnpm run -r format",
"format:check": "pnpm run -r format:check",
"check": "pnpm run -r check",
"build:story": "pnpm -r --filter 'ui' story:build",
"build:app": "BASE_PATH=/ui pnpm -r --filter 'ui' build && pnpm -r --filter 'app' build",
"build:nodes": "cargo build --workspace --target wasm32-unknown-unknown --release && rm -rf ./app/static/nodes/max/plantarium/ && mkdir -p ./app/static/nodes/max/plantarium/ && cp -R ./target/wasm32-unknown-unknown/release/*.wasm ./app/static/nodes/max/plantarium/",