Skip to content

Commit a07f967

Browse files
committed
chore: add postbuild to generate the types after esbuild script build
1 parent b3b8625 commit a07f967

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"prepare": "husky install",
1515
"bundlesize": "bundlesize",
1616
"esbuild": "esbuild",
17-
"test": "jest"
17+
"test": "jest",
18+
"postbuild": "npm run types"
1819
},
1920
"main": "dist/react-tooltip.cjs.min.js",
2021
"module": "dist/react-tooltip.esm.min.js",

0 commit comments

Comments
 (0)