Skip to content

Commit 387efa1

Browse files
committed
CI/CD for docs debugging
1 parent ef3c9a9 commit 387efa1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apps/docs/docs/faqs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ sidebar_position: 5
33
---
44

55
# FAQs
6+
7+
1.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
99
"db:migrate": "cd packages/prisma-db && npx prisma migrate dev --name init",
1010
"db:generate": "cd packages/prisma-db && npx prisma generate",
11-
"build-docs": "cd ./apps/docs && npm ci && npm run build",
11+
"build-docs": "cd ./apps/docs && npm install -g yarn && yarn install && yarn run build",
1212
"build-dashboard-app": "cd ./apps/dashboard-app && npm run build",
1313
"start-dashboard-app": "cd ./apps/dashboard-app && npm run start",
1414
"start-scheduler": "cd ./apps/scheduler && npm run dev",

0 commit comments

Comments
 (0)