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 2f5fea8 commit 4e16e60Copy full SHA for 4e16e60
package.json
@@ -16,7 +16,7 @@
16
"deploy:react": "pnpm --filter react run deploy",
17
"deploy:nextjs": "pnpm --filter nextjs run deploy",
18
"deploy:angular": "pnpm --filter angular-example run deploy",
19
- "shadcn-example:deploy": "cd examples/shadcn && pnpm run build && firebase deploy --only hosting:fir-ui-shadcn",
+ "shadcn-example:deploy": "cd examples/shadcn && pnpm run build && cd ../.. && firebase deploy --only hosting:fir-ui-shadcn",
20
"shadcn:deploy": "pnpm run build:shadcn && firebase deploy --only hosting:fir-ui-shadcn-registry",
21
"lint:check": "eslint",
22
"lint:fix": "eslint --fix",
0 commit comments