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