chore: add dev script

This commit is contained in:
三咲智子 Kevin Deng 2024-05-25 13:42:21 +08:00
parent 07974281e0
commit 261d63f683
No known key found for this signature in database

View File

@ -5,6 +5,7 @@
"packageManager": "pnpm@9.0.5", "packageManager": "pnpm@9.0.5",
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "pnpm run -r build", "build": "pnpm run -r build",
"test": "vitest", "test": "vitest",
"lint": "eslint --cache .", "lint": "eslint --cache .",