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 ec46570 commit 8592106Copy full SHA for 8592106
makefile
@@ -90,7 +90,7 @@ registry-build: ## build the shadcn registry
90
npm run registry:build
91
92
registry-deploy: registry-build ## Deploy the shadcn registry (Automatically done by CI/CD pipeline)
93
- @(cd public/r && npx gh-pages -b gh-pages -s atomic-crm.json -e r -m "Deploy registry" --remove r)
+ @(cd public/r && npx gh-pages -b gh-pages -d ./ -s atomic-crm.json -e r -m "Deploy registry" --remove r)
94
95
registry-gen: ## Generate the shadcn registry (ran automatically by a pre-commit hook)
96
npm run registry:gen
0 commit comments