Skip to content

Commit

Permalink
Add some support for watch building through babel
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 1, 2016
1 parent 8380258 commit c458f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@
},
"scripts": {
"test": "jest",
"watch": "jest --watch",
"testwatch": "jest --watch",
"flow": "flow; test $? -eq 0 -o $? -eq 2",
"lint": "eslint ./source",
"fixlint": "eslint ./source --fix",
"build": "babel source --out-dir distribution",
"buildwatch": "babel source --watch --out-dir distribution",
"lock": "npm prune; npm dedupe; npm shrinkwrap --dev"
},
"repository": {
Expand Down

0 comments on commit c458f50

Please sign in to comment.