Skip to content
This repository was archived by the owner on Mar 29, 2023. It is now read-only.

Commit b46b12a

Browse files
committed
fix: remove jsdoc api
1 parent abc2078 commit b46b12a

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
@@ -14,7 +14,7 @@
1414
"dist"
1515
],
1616
"scripts": {
17-
"build": "npm run build:api_docs && npm run typecheck",
17+
"build": "npm run typecheck",
1818
"build:api_docs": "jsdoc2md -f src/index.js > API.md",
1919
"x-pretest": "npm run prettier && npm run typecheck",
2020
"test": "vitest run",

0 commit comments

Comments
 (0)