Skip to content

Commit

Permalink
fix typedoc ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiazya committed Jul 22, 2021
1 parent 8679716 commit 219814c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/typedoc-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
echo '{"compilerOptions": {"target": "es5","module": "commonjs","lib": ["es2015"],"strict": true,"esModuleInterop": true,"forceConsistentCasingInFileNames": true}}' >> tsconfig.json
echo 'export class HelloWorld {}' >> src/hello-world.ts
yarn link typedoc-plugin-mermaid
yarn run typedoc --mode file \
--plugin typedoc-plugin-mermaid \
yarn run typedoc --plugin typedoc-plugin-mermaid \
--out docs \
src

0 comments on commit 219814c

Please sign in to comment.