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 387efa1 commit 8796cb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion apps/docs/docs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ sidebar_position: 5

# FAQs

1.
1.
2.
2 changes: 1 addition & 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 && npm install -g yarn && yarn install && yarn run build",
"build-docs": "cd ./apps/docs && yarn && yarn run 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 Down

0 comments on commit 8796cb7

Please sign in to comment.