mirror of
https://github.com/vuejs/babel-plugin-jsx.git
synced 2024-11-10 09:39:14 +08:00
chore: reduce unnecessary build
This commit is contained in:
parent
ef190179e2
commit
e2cd42064e
@ -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 .",
|
||||||
|
Loading…
Reference in New Issue
Block a user