We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a35f093 commit dded3f8Copy full SHA for dded3f8
package.json
@@ -24,7 +24,7 @@
24
"codecov": "lerna run codecov",
25
"codecov:browser": "lerna run codecov:browser",
26
"predocs-test": "npm run docs",
27
- "docs": "typedoc && touch out/.nojekyll",
+ "docs": "typedoc && touch docs/.nojekyll",
28
"docs-deploy": "gh-pages --dotfiles --dist docs",
29
"lint": "lerna run lint",
30
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
0 commit comments