Skip to content

Commit

Permalink
chore: reduce unnecessary build
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Sep 6, 2024
1 parent ef19017 commit e2cd420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"type": "module",
"scripts": {
"dev": "pnpm -C packages/jsx-explorer run dev",
"build": "pnpm run -r build",
"build": "pnpm run -F babel-plugin-jsx... build",
"test": "vitest",
"lint": "eslint --cache .",
"format": "prettier --write .",
Expand Down

0 comments on commit e2cd420

Please sign in to comment.