Skip to content

Commit

Permalink
🐛 fix: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Nov 19, 2024
1 parent ac172f8 commit 2e10303
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"es"
],
"scripts": {
"build": "father build && build:svg",
"build": "father build && npm run build:svg",
"build:svg": "tsx scripts/svgWorkflow/index.ts",
"build:watch": "father dev",
"ci": "npm run lint && npm run type-check",
Expand Down
2 changes: 1 addition & 1 deletion packages/static-png/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lobehub/icon-static-png",
"name": "@lobehub/icons-static-png",
"version": "1.0.0",
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/static-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lobehub/icon-static-svg",
"name": "@lobehub/icons-static-svg",
"version": "1.0.0",
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/static-webp/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@lobehub/icon-static-webp",
"name": "@lobehub/icons-static-webp",
"version": "1.0.0",
"description": "Popular AI / LLM Model Brand SVG Logo and Icon Collection",
"keywords": [
Expand Down

0 comments on commit 2e10303

Please sign in to comment.