Skip to content

Commit

Permalink
ci: fix idoc not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 22, 2024
1 parent d1dd01a commit 6ae1388
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "idoc -w",
"build": "idoc"
},
"devDependencies": {
"dependencies": {
"idoc": "1.33.2"
}
}
2 changes: 1 addition & 1 deletion examples/document/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"engines": {
"node": ">=16.0.0"
},
"devDependencies": {
"dependencies": {
"idoc": "1.33.2"
}
}
2 changes: 1 addition & 1 deletion examples/theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "idoc -w",
"build": "idoc"
},
"devDependencies": {
"dependencies": {
"idoc": "1.33.2"
}
}

0 comments on commit 6ae1388

Please sign in to comment.