Skip to content

Commit 29884a6

Browse files
committed
ビルドコマンドを更新
1 parent 4cbc0a0 commit 29884a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@
88
"main": "dist/index.js",
99
"typings": "dist/index.d.ts",
1010
"scripts": {
11+
"test": "tslint -c tslint.yml 'src/**/*.{ts,tsx}'",
1112
"build": "tsc",
12-
"build:docs": "typedoc ./src --out ./docs --excludeNotExported && touch ./docs/.nojekyll"
13+
"docs:build": "typedoc ./src --out ./docs --theme markdown --mdEngine gitbook --excludeNotExported"
1314
},
1415
"repository": {
1516
"type": "git",

0 commit comments

Comments
 (0)