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 8c532fe commit bcf07baCopy full SHA for bcf07ba
packages/react/package.json
@@ -17,7 +17,7 @@
17
],
18
"scripts": {
19
"prepare": "pnpm run build",
20
- "build": "tsup",
+ "build": "tsup && pnpm run build:logos",
21
"build:local": "pnpm run build && pnpm pack",
22
"build:logos": "pnpm dlx @svgr/cli --icon --typescript --no-index --jsx-runtime automatic --out-dir src/components/logos ../core/brands",
23
"dev": "tsup --watch",
0 commit comments