We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b75084 commit 6e1860fCopy full SHA for 6e1860f
.github/workflows/ci.yml
@@ -14,6 +14,7 @@ jobs:
14
15
- run: npm install
16
- run: npm run build
17
+ - run: npm run doc
18
19
- run: npm install @jsdevtools/npm-publish -g
20
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
0 commit comments