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

Commit

Permalink
fix: remove jsdoc api
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 28, 2022
1 parent abc2078 commit b46b12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dist"
],
"scripts": {
"build": "npm run build:api_docs && npm run typecheck",
"build": "npm run typecheck",
"build:api_docs": "jsdoc2md -f src/index.js > API.md",
"x-pretest": "npm run prettier && npm run typecheck",
"test": "vitest run",
Expand Down

0 comments on commit b46b12a

Please sign in to comment.