Skip to content

Commit 373cf69

Browse files
committed
Make binary executable
1 parent eefbfb6 commit 373cf69

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

bin/react-stdio

100644100755
File mode changed.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"bin"
88
],
99
"scripts": {
10-
"build": "webpack",
10+
"build": "webpack && chmod +x bin/react-stdio",
1111
"start": "babel-node server.js"
1212
},
1313
"author": "Michael Jackson",

0 commit comments

Comments
 (0)