Skip to content

Commit aff02ad

Browse files
committed
CI/CD for docs debugging
1 parent e583a6d commit aff02ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/docs/docs/faqs.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ sidebar_position: 5
55
# FAQs
66

77
1.
8-
2.
9-
3.
8+
2.

package.json

+2-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 && yarn && yarn run build",
11+
"build-docs": "cd ./apps/docs && docusaurus && docusaurus 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",
@@ -27,6 +27,7 @@
2727
"engines": {
2828
"node": ">=18"
2929
},
30+
"packageManager": "[email protected]",
3031
"workspaces": [
3132
"apps/*",
3233
"packages/*"

0 commit comments

Comments
 (0)