Skip to content

Commit 8a4570e

Browse files
committed
chore(*): add deploy:all script
1 parent 1d10d39 commit 8a4570e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"deploy:react": "pnpm --filter react run deploy",
1919
"deploy:nextjs": "pnpm --filter nextjs run deploy",
2020
"deploy:angular": "pnpm --filter angular-example run deploy",
21-
"shadcn:deploy": "pnpm run build:shadcn && firebase deploy --only hosting:fir-ui-shadcn",
21+
"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",
2223
"lint:check": "eslint",
2324
"lint:fix": "eslint --fix",
2425
"format:check": "prettier --check **/{src,tests}/**/*.{ts,tsx}",

0 commit comments

Comments
 (0)