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 9cf8f33 commit c058d6fCopy full SHA for c058d6f
.github/workflows/publish.yml
@@ -24,6 +24,7 @@ jobs:
24
- run: pnpm i -r
25
- run: npm run build
26
- run: npm run test
27
+ - run: npm run docs
28
- run: npm pkg delete devDependencies scripts packageManager
29
- name: Deploy Docs
30
uses: peaceiris/actions-gh-pages@v4
package.json
@@ -24,6 +24,7 @@
},
"scripts": {
"build": "peggy --format es test/minimal.peggy && tsc",
+ "docs": "typedoc",
"lint": "eslint .",
"test": "c8 node --test test/*.test.js"
0 commit comments