We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eefbfb6 commit 373cf69Copy full SHA for 373cf69
2 files changed
bin/react-stdio
100644
100755
package.json
@@ -7,7 +7,7 @@
7
"bin"
8
],
9
"scripts": {
10
- "build": "webpack",
+ "build": "webpack && chmod +x bin/react-stdio",
11
"start": "babel-node server.js"
12
},
13
"author": "Michael Jackson",
0 commit comments