Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit ed3e61a

Browse files
committed
copy .nojekyll file
1 parent e58f24a commit ed3e61a

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
@@ -45,7 +45,7 @@
4545
"build": "tsc",
4646
"coverage": "npm run build && istanbul cover _mocha -- -u tdd",
4747
"coveralls": "npm run build && istanbul cover _mocha --report lcovonly -- -u tdd && cat ./coverage/lcov.info | coveralls",
48-
"docs": "shx rm -rf docs && typedoc",
48+
"docs": "shx rm -rf docs && typedoc && shx cp .nojekyll docs/",
4949
"eslint": "eslint src/ --ext .ts",
5050
"jsdoc": "jsdoc -c jsdoc/conf.json",
5151
"pages": "gh-pages --dist docs --dotfiles",

0 commit comments

Comments
 (0)