Skip to content

Commit 98e75eb

Browse files
committed
chore: Add .nojekyll file to docs/
1 parent ecb2d87 commit 98e75eb

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
@@ -27,7 +27,7 @@
2727
"prebuild": "yarn lint",
2828
"build": "tsc",
2929
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
30-
"docs": "typedoc typings src/index.ts",
30+
"docs": "typedoc typings src/index.ts && touch docs/.nojekyll",
3131
"lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**",
3232
"release": "standard-version -a",
3333
"pretest": "yarn build",

0 commit comments

Comments
 (0)