Skip to content

Commit 2ceac02

Browse files
committed
build: remove build of docs in pre-commit
1 parent 1cad7db commit 2ceac02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
},
2727
"lint-staged": {
2828
"*.{js,ts}": [
29-
"eslint --fix",
30-
"typedoc"
29+
"eslint --fix"
3130
]
3231
},
3332
"release": {

0 commit comments

Comments
 (0)