Skip to content

Commit 7891c55

Browse files
committed
Add build to prepublish
1 parent 7ded92a commit 7891c55

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test": "jest",
1717
"test:watch": "jest --watchAll --verbose",
1818
"typecheck": "tsc --noEmit",
19-
"prepublishOnly": "npm run lint && npm run test"
19+
"prepublishOnly": "npm run lint && npm run test && npm run build"
2020
},
2121
"devDependencies": {
2222
"@babel/preset-env": "^7.28.0",

0 commit comments

Comments
 (0)