Skip to content

Commit

Permalink
fix(package): types not being emitted
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Jun 30, 2023
1 parent 84ff718 commit 2bc1244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
],
"scripts": {
"prepare": "husky install",
"build": "vite build",
"postbuild": "tsc -p tsconfig.build.json --emitDeclarationOnly",
"build": "vite build && tsc -p tsconfig.build.json --emitDeclarationOnly",
"build:docs": "tsc -p tsconfig.doc.json --emitDeclarationOnly",
"clean": "rm -rf ./lib/",
"cm": "cz",
Expand Down

0 comments on commit 2bc1244

Please sign in to comment.