Skip to content

Commit bcf07ba

Browse files
committed
chore: Add logo build to build script
1 parent 8c532fe commit bcf07ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"scripts": {
1919
"prepare": "pnpm run build",
20-
"build": "tsup",
20+
"build": "tsup && pnpm run build:logos",
2121
"build:local": "pnpm run build && pnpm pack",
2222
"build:logos": "pnpm dlx @svgr/cli --icon --typescript --no-index --jsx-runtime automatic --out-dir src/components/logos ../core/brands",
2323
"dev": "tsup --watch",

0 commit comments

Comments
 (0)