Skip to content

Commit

Permalink
watch scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkp committed Aug 17, 2015
1 parent 3d8ee3f commit d73ee23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -32,19 +32,19 @@
"browserify": "^10.2.4",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"expect.js": "^0.3.1",
"express": "^4.13.1",
"mochify": "^2.10.0",
"mochify-istanbul": "^2.3.0",
"react-tools": "^0.13.3"
},
"scripts": {
"compile": "babel -d lib/ src/",
"compile:watch": "babel -w -d lib/ src/",
"prepublish": "npm run compile",
"test": "mochify -R spec",
"test:watch": "mochify -R spec --watch",
"test:watch": "npm run compile:watch & mochify -R spec --watch",
"test:coverage": "node cover.js && cat lcov.info | coveralls && rm lcov.info",
"demo": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js",
"demo:watch": "npm run compile:watch & watchify demo/Example.js -t -o demo/bundle.js",
"demo:publish": "npm run compile && browserify demo/Example.js -t -o demo/bundle.js && surge demo astonishing-dinosaurs.surge.sh",
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
},
Expand Down

0 comments on commit d73ee23

Please sign in to comment.