Skip to content

Commit 80fc24e

Browse files
committed
Allow prepublish to work without make.
1 parent f786a88 commit 80fc24e

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
@@ -8,7 +8,7 @@
88
"main": "lib/TextareaAutosize.js",
99
"author": "Andrey Popp <[email protected]> (https://andreypopp.com/)",
1010
"scripts": {
11-
"prepublish": "make clean build"
11+
"prepublish": "make clean build || true"
1212
},
1313
"peerDependencies": {
1414
"react": ">=0.14.0 <16.0.0"

0 commit comments

Comments
 (0)