Skip to content

Commit

Permalink
fix: commander
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Feb 10, 2023
1 parent abfa5ab commit 1134bb9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prepare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ async function prepare(rootDir: string) {
// issue: https://github.com/fjc0k/docker-YApi/issues/31
pkgContent.resolutions = {
'**/antd': pkgContent.dependencies.antd,
'**/commander': '^8',
}
await fs.writeJSON(pkgFile, pkgContent)

Expand Down

0 comments on commit 1134bb9

Please sign in to comment.