We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecb2d87 commit 98e75ebCopy full SHA for 98e75eb
package.json
@@ -27,7 +27,7 @@
27
"prebuild": "yarn lint",
28
"build": "tsc",
29
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 1",
30
- "docs": "typedoc typings src/index.ts",
+ "docs": "typedoc typings src/index.ts && touch docs/.nojekyll",
31
"lint": "prettier --no-semi --single-quote --write **/*.js **/*.vue !test/target/** !dist/**",
32
"release": "standard-version -a",
33
"pretest": "yarn build",
0 commit comments