We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef19017 commit e2cd420Copy full SHA for e2cd420
package.json
@@ -6,7 +6,7 @@
6
"type": "module",
7
"scripts": {
8
"dev": "pnpm -C packages/jsx-explorer run dev",
9
- "build": "pnpm run -r build",
+ "build": "pnpm run -F babel-plugin-jsx... build",
10
"test": "vitest",
11
"lint": "eslint --cache .",
12
"format": "prettier --write .",
0 commit comments