We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfe63d6 commit abfd773Copy full SHA for abfd773
package.json
@@ -10,7 +10,7 @@
10
"scripts": {
11
"test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
12
"build": "tsc",
13
- "docs:build": "typedoc ./src --out ./docs --theme markdown --mdEngine gitbook --excludeNotExported"
+ "docs:build": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
14
},
15
"repository": {
16
"type": "git",
0 commit comments