Skip to content

Commit

Permalink
CI/CD for docs debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopkarnik committed Nov 23, 2024
1 parent e583a6d commit aff02ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/docs/docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ sidebar_position: 5
# FAQs

1.
2.
3.
2.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"db:migrate": "cd packages/prisma-db && npx prisma migrate dev --name init",
"db:generate": "cd packages/prisma-db && npx prisma generate",
"build-docs": "cd ./apps/docs && yarn && yarn run build",
"build-docs": "cd ./apps/docs && docusaurus && docusaurus build",
"build-dashboard-app": "cd ./apps/dashboard-app && npm run build",
"start-dashboard-app": "cd ./apps/dashboard-app && npm run start",
"start-scheduler": "cd ./apps/scheduler && npm run dev",
Expand All @@ -27,6 +27,7 @@
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]",
"workspaces": [
"apps/*",
"packages/*"
Expand Down

0 comments on commit aff02ad

Please sign in to comment.