Skip to content

Commit cea084b

Browse files
committed
update prePublish script
1 parent 8c36b9f commit cea084b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-popper-tooltip",
3-
"version": "2.7.0",
3+
"version": "2.7.2",
44
"description": "React tooltip library built around react-popper",
55
"homepage": "https://mohsinulhaq.github.io/react-popper-tooltip/",
66
"repository": {
@@ -23,7 +23,7 @@
2323
],
2424
"scripts": {
2525
"build": "rimraf dist lib && rollup -c && cp src/styles.css dist",
26-
"prepublishOnly": "yarn lint && yarn build",
26+
"prepublishOnly": "yarn lint && yarn test && yarn build",
2727
"docs": "docz dev",
2828
"docs:build": "docz build",
2929
"docs:deploy": "yarn docs:build && cp .docz/dist/index.html .docz/dist/404.html && gh-pages -d .docz/dist",

0 commit comments

Comments
 (0)