Skip to content

Commit

Permalink
chore(docusaurus): updated package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tgreyuk committed Jul 1, 2024
1 parent ace6c75 commit 82af7c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion devtools/examples/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"prestart": "cd ../../../packages/docusaurus-plugin-typedoc && npm run build",
"pre": "rm -rf ./docs && cd ../../../packages/docusaurus-plugin-typedoc && npm run build",
"prestart": "npm run pre",
"start": "docusaurus start",
"prebuild": "npm run pre",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
Expand Down
2 changes: 1 addition & 1 deletion packages/docusaurus-plugin-typedoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"homepage": "http://typedoc-plugin-markdown.org/plugins/docusaurus",
"peerDependencies": {
"typedoc-plugin-markdown": ">=4.1.0"
"typedoc-plugin-markdown": ">=4.0.0"
},
"scripts": {
"lint": "eslint ./src --ext .ts",
Expand Down

0 comments on commit 82af7c3

Please sign in to comment.