Skip to content

Commit

Permalink
fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan committed Sep 21, 2021
1 parent b6b8e81 commit 2c19124
Show file tree
Hide file tree
Showing 5 changed files with 725 additions and 59 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
with:
node-version: '12.x'
- run: npm ci
- run: npm pack
- run: npm run build --if-present
- run: npm test
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ github.token }}
- run: npm run docs
- run: npm pack

0 comments on commit 2c19124

Please sign in to comment.