Skip to content

Commit fca51c5

Browse files
authored
chore: fix type in prepublish script (#239)
1 parent ba1d469 commit fca51c5

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
@@ -28,7 +28,7 @@
2828
"postbuild": "npm run bundle",
2929
"bundle": "rollup -c",
3030
"clean": "rimraf build/* coverage/*",
31-
"prepublishs": "npm run clean && npm run build",
31+
"prepublish": "npm run clean && npm run build",
3232
"commitmsg": "validate-commit-msg"
3333
},
3434
"peerDependencies": {

0 commit comments

Comments
 (0)