Skip to content

Commit

Permalink
chore: gen solid icon build命令一体化
Browse files Browse the repository at this point in the history
  • Loading branch information
phy-lei committed Feb 11, 2025
1 parent e06fa7f commit 7d26305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/icons-solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",
"build": "pnpm generate && vite build --config vite.config.build.es.ts && vite build --config vite.config.build.umd.ts && vite build --config vite.config.build.css.ts && vite build --config vite.config.dts.ts",
"generate": "node scripts/generate.cjs"
},
"publishConfig": {
Expand Down

0 comments on commit 7d26305

Please sign in to comment.