diff --git a/package.json b/package.json index b67124b6..1a0da641 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,9 @@ "publish_pages": "gh-pages -d public/", "tests-npm-install": "cd tests && npm install", "tests-packager": "cd tests && npm run start", - "watch:add": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")", - "watch:list": "wml list", - "watch:start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start", - "watch:stop": "watchman watch-del $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml stop", + "tests-watch-init": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")", + "tests-watch-start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start", + "tests-watch-stop": "watchman watch-del $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml stop", "tests-pod-install": "cd tests && npm run ios:pod:install", "flow": "flow" },