Skip to content

Commit 7aeb2d6

Browse files
committed
Change prepublishOnly to prepack
1 parent 5d35773 commit 7aeb2d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean": "rimraf dist",
1414
"jest": "jest",
1515
"lint": "eslint src/ --ext .jsx,.js",
16-
"prepublishOnly": "yarn clean && yarn build",
16+
"prepack": "yarn clean && yarn build",
1717
"test": "yarn lint && yarn jest"
1818
},
1919
"keywords": [

0 commit comments

Comments
 (0)