Skip to content

Commit b9907c1

Browse files
authored
Hotfix: fix prepare script (#49)
1 parent c48bb69 commit b9907c1

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
@@ -18,7 +18,7 @@
1818
"test": "jest",
1919
"test:staged": "CI=true jest --findRelatedTests",
2020
"clean": "rimraf lib",
21-
"prepare": "husky install",
21+
"prepare": "husky install && npm run build",
2222
"prepublishOnly": "npm ci && npm test && npm run clean && npm run build"
2323
},
2424
"keywords": [

0 commit comments

Comments
 (0)