Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
chore: Add .nojekyll file to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed May 25, 2018
1 parent ecb2d87 commit 98e75eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prebuild": "yarn lint",
"build": "tsc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
"docs": "typedoc typings src/index.ts",
"docs": "typedoc typings src/index.ts && touch docs/.nojekyll",
"lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**",
"release": "standard-version -a",
"pretest": "yarn build",
Expand Down

0 comments on commit 98e75eb

Please sign in to comment.