Skip to content

Commit abfd773

Browse files
committed
ドキュメントのビルドコマンドを更新
1 parent cfe63d6 commit abfd773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"scripts": {
1111
"test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
1212
"build": "tsc",
13-
"docs:build": "typedoc ./src --out ./docs --theme markdown --mdEngine gitbook --excludeNotExported"
13+
"docs:build": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
1414
},
1515
"repository": {
1616
"type": "git",

0 commit comments

Comments
 (0)