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 9a623bd commit 0f7cac2Copy full SHA for 0f7cac2
.github/workflows/typedoc.yml
package.json
@@ -136,6 +136,7 @@
136
"build": "aegir build",
137
"test": "aegir test",
138
"docs": "aegir docs",
139
+ "docs:no-publish": "aegir docs --publish false",
140
"test:node": "aegir test -t node --cov",
141
"test:chrome": "aegir test -t browser --cov",
142
"test:chrome-webworker": "aegir test -t webworker",
0 commit comments