Skip to content

Commit e2cd420

Browse files
committed
chore: reduce unnecessary build
1 parent ef19017 commit e2cd420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"dev": "pnpm -C packages/jsx-explorer run dev",
9-
"build": "pnpm run -r build",
9+
"build": "pnpm run -F babel-plugin-jsx... build",
1010
"test": "vitest",
1111
"lint": "eslint --cache .",
1212
"format": "prettier --write .",

0 commit comments

Comments
 (0)