chore: reduce unnecessary build

This commit is contained in:
三咲智子 Kevin Deng 2024-09-07 05:17:57 +08:00
parent ef190179e2
commit e2cd42064e
No known key found for this signature in database

View File

@ -6,7 +6,7 @@
"type": "module", "type": "module",
"scripts": { "scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev", "dev": "pnpm -C packages/jsx-explorer run dev",
"build": "pnpm run -r build", "build": "pnpm run -F babel-plugin-jsx... build",
"test": "vitest", "test": "vitest",
"lint": "eslint --cache .", "lint": "eslint --cache .",
"format": "prettier --write .", "format": "prettier --write .",