Skip to content

Commit dded3f8

Browse files
authored
chore: fix nojekyll in docs command (#2663)
1 parent a35f093 commit dded3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"codecov": "lerna run codecov",
2525
"codecov:browser": "lerna run codecov:browser",
2626
"predocs-test": "npm run docs",
27-
"docs": "typedoc && touch out/.nojekyll",
27+
"docs": "typedoc && touch docs/.nojekyll",
2828
"docs-deploy": "gh-pages --dotfiles --dist docs",
2929
"lint": "lerna run lint",
3030
"lint:changed": "lerna run --concurrency 1 --stream lint --since HEAD --exclude-dependents",

0 commit comments

Comments
 (0)