Skip to content

Commit 7c8ccff

Browse files
authored
fix prepack
1 parent 6ba9518 commit 7c8ccff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hm-react-utils",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "HiWay Media React utils functions",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -10,7 +10,8 @@
1010
"scripts": {
1111
"test": "npm run format:check && npm run compile && npm run test:types && npm run test:unit",
1212
"test:types": "tsd",
13-
"compile": "rimraf ./dist && tsc"
13+
"compile": "rimraf ./dist && tsc",
14+
"prepack": "npm run compile"
1415
},
1516
"author": "Hiway Media",
1617
"license": "ISC",

0 commit comments

Comments
 (0)