Skip to content

Commit d59a496

Browse files
committed
Change prepublishOnly hook to prepack
1 parent b45a7c4 commit d59a496

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
@@ -14,7 +14,7 @@
1414
"jest": "jest",
1515
"jest-coverage": "jest --coverage",
1616
"lint": "eslint src/ --ext .jsx,.js",
17-
"prepublishOnly": "yarn clean && yarn build",
17+
"prepack": "yarn clean && yarn build",
1818
"test": "yarn lint && yarn jest"
1919
},
2020
"keywords": [

0 commit comments

Comments
 (0)