git.fiddlerwoaroof.com
Browse code

Add a watch command to package.json

Ed Langley authored on 17/06/2017 21:06:21
Showing 1 changed files
... ...
@@ -34,6 +34,7 @@
34 34
   "scripts": {
35 35
     "start": "react-scripts start",
36 36
     "build": "babel src -d dist",
37
+    "watch": "babel -w src -d dist",
37 38
     "test": "react-scripts test --env=jsdom",
38 39
     "eject": "react-scripts eject",
39 40
     "flow": "flow"