Skip to content

Commit

Permalink
Remove docs command from prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcw committed May 15, 2024
1 parent 2675aaa commit d783e44
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 @@ -23,7 +23,7 @@
"scripts": {
"build": "vite build && tsc --declaration --emitDeclarationOnly",
"doc": "typedoc --options ./typedoc.json",
"prepare": "npm run build && npm run doc",
"prepare": "npm run build",
"test": "vitest run"
},
"dependencies": {
Expand Down

0 comments on commit d783e44

Please sign in to comment.