ci: fix build script

This commit is contained in:
三咲智子 Kevin Deng
2025-08-10 09:16:07 +08:00
parent 270e5ad7c2
commit 653f0a843a
2 changed files with 3 additions and 4 deletions

View File

@ -7,6 +7,7 @@
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "tsdown",
"build:playground": "pnpm -C packages/jsx-explorer build",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",