Skip to content

Commit 258d438

Browse files
author
scottrippey
committed
feature(useEvent): fixed build script
1 parent d337dd3 commit 258d438

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
"build:watch": "tsc --watch",
1616
"build:check": "tsc --noEmit",
1717
"prepublishOnly": "npm run build",
18-
"preversion": "npm run test && npm run types:check"
18+
"preversion": "npm run test && npm run build:check"
1919
},
2020
"repository": {
2121
"type": "git",

0 commit comments

Comments
 (0)