Skip to content

Commit

Permalink
fix: 回退 type-fest、文档生成不报错
Browse files Browse the repository at this point in the history
  • Loading branch information
fjc0k committed Oct 11, 2020
1 parent d928887 commit 9fe92e1
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"shx": "0.3.2",
"standard-version": "9.0.0",
"ts-essentials": "7.0.0",
"type-fest": "0.17.0",
"type-fest": "0.16.0",
"typescript": "4.0.3",
"typescript-snapshots-plugin": "1.7.0",
"vscode-generate-index-standalone": "1.3.0"
Expand Down
107 changes: 72 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/generateDocs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ async function main(rootDir: string) {
)
}

main(join(__dirname, '..'))
main(join(__dirname, '..')).catch(console.log)

0 comments on commit 9fe92e1

Please sign in to comment.