Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Commit fc241ea

Browse files
committed
build: correctly build package
1 parent f17ff57 commit fc241ea

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
@@ -15,7 +15,7 @@
1515
"node": ">=10"
1616
},
1717
"scripts": {
18-
"prepare": "husky install",
18+
"prepare": "tsdx build && husky install",
1919
"start": "tsdx watch",
2020
"build": "tsdx build",
2121
"test": "tsdx test",

0 commit comments

Comments
 (0)