Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
MervinPraison committed Feb 28, 2025
1 parent e02176d commit 84f67a5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
"version": "1.0.0",
"description": "PraisonAI Documentation",
"scripts": {
"dev": "mintlify dev",
"start": "mintlify dev",
"build": "mintlify build"
"dev": "mintlify dev",
"start": "mintlify dev",
"predeploy": "mintlify install",
"deploy": "cp -r * .output/public/"
},
"dependencies": {
"mintlify": "^3.0.0"
"mintlify": "^3.0.0"
}
}
}

0 comments on commit 84f67a5

Please sign in to comment.