Skip to content

Commit 81d0734

Browse files
committed
fix dir for shadcn registry
1 parent e0e75cb commit 81d0734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"typecheck": "nuxt typecheck .",
1717
"deploy": "npm run generate && npx -y firebase-tools --project=default deploy",
1818
"deploy:hosting": "npx -y firebase-tools --project=default deploy --only hosting",
19-
"shadcn:copy": "npx @firebase-oss/ui-shadcn@beta copy --outDir=public/r"
19+
"shadcn:copy": "npx @firebase-oss/ui-shadcn@beta copy --outDir=.output/public/r"
2020
},
2121
"devDependencies": {
2222
"@docsearch/js": "^3.9.0",

0 commit comments

Comments
 (0)