Skip to content

Commit b9bafc1

Browse files
author
fwostal
committed
feat/add-prepublish-script
1 parent 48baa54 commit b9bafc1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![logo](https://i.ibb.co/8MmP9pp/react-pusher-hoc-logo.png)
1+
![logo](https://i.ibb.co/yRjS2cd/react-pusher-hoc-logo.png)
22

33
[![npm version](https://badge.fury.io/js/react-pusher-hoc.svg)](https://badge.fury.io/js/react-pusher-hoc)
44
[![Build Status](https://travis-ci.org/fel1xw/react-pusher-hoc.svg?branch=master)](https://travis-ci.org/fel1xw/react-pusher-hoc)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"postbuild": "size-limit",
1515
"size": "size-limit",
1616
"test": "jest",
17-
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
17+
"coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls",
18+
"prepublishOnly": "npm t && npm run build"
1819
},
1920
"repository": {
2021
"type": "git",

0 commit comments

Comments
 (0)