Skip to content

Commit

Permalink
Allow prepublish to work without make.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Aug 29, 2016
1 parent f786a88 commit 80fc24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"main": "lib/TextareaAutosize.js",
"author": "Andrey Popp <[email protected]> (https://andreypopp.com/)",
"scripts": {
"prepublish": "make clean build"
"prepublish": "make clean build || true"
},
"peerDependencies": {
"react": ">=0.14.0 <16.0.0"
Expand Down

0 comments on commit 80fc24e

Please sign in to comment.