Skip to content

Commit 8796cb7

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

apps/docs/docs/faqs.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ sidebar_position: 5
44

55
# FAQs
66

7-
1.
7+
1.
8+
2.

package.json

+1-1
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 install -g yarn && yarn install && yarn run build",
11+
"build-docs": "cd ./apps/docs && yarn && 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)