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 1d10d39 commit 8a4570eCopy full SHA for 8a4570e
package.json
@@ -18,7 +18,8 @@
18
"deploy:react": "pnpm --filter react run deploy",
19
"deploy:nextjs": "pnpm --filter nextjs run deploy",
20
"deploy:angular": "pnpm --filter angular-example run deploy",
21
- "shadcn:deploy": "pnpm run build:shadcn && firebase deploy --only hosting:fir-ui-shadcn",
+ "deploy:shadcn": "pnpm run build:shadcn && firebase deploy --only hosting:fir-ui-shadcn",
22
+ "deploy:all": "pnpm run build && pnpm run build:shadcn && pnpm --filter react run deploy && pnpm --filter nextjs run deploy && pnpm --filter angular-example run deploy && pnpm --filter shadcn run deploy",
23
"lint:check": "eslint",
24
"lint:fix": "eslint --fix",
25
"format:check": "prettier --check **/{src,tests}/**/*.{ts,tsx}",
0 commit comments