Skip to content

Commit ca1b4fa

Browse files
committed
chore: do not process output with jekyll
1 parent f79d336 commit ca1b4fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"codecov": "lerna run codecov",
2323
"codecov:browser": "lerna run codecov:browser",
2424
"predocs-test": "npm run docs",
25-
"docs": "typedoc",
26-
"docs-deploy": "gh-pages --dist docs",
25+
"docs": "typedoc && touch out/.nojekyll",
26+
"docs-deploy": "gh-pages --dotfiles --dist docs",
2727
"lint": "lerna run lint",
2828
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",
2929
"lint:fix": "lerna run lint:fix",

0 commit comments

Comments
 (0)