Skip to content

Commit 4e16e60

Browse files
committed
chore: Fix shadcn example build script
1 parent 2f5fea8 commit 4e16e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"deploy:react": "pnpm --filter react run deploy",
1717
"deploy:nextjs": "pnpm --filter nextjs run deploy",
1818
"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",
19+
"shadcn-example:deploy": "cd examples/shadcn && pnpm run build && cd ../.. && firebase deploy --only hosting:fir-ui-shadcn",
2020
"shadcn:deploy": "pnpm run build:shadcn && firebase deploy --only hosting:fir-ui-shadcn-registry",
2121
"lint:check": "eslint",
2222
"lint:fix": "eslint --fix",

0 commit comments

Comments
 (0)