[tests] package scripts
This commit is contained in:
parent
f8e97d8bed
commit
7fc273da41
|
@ -11,10 +11,9 @@
|
||||||
"publish_pages": "gh-pages -d public/",
|
"publish_pages": "gh-pages -d public/",
|
||||||
"tests-npm-install": "cd tests && npm install",
|
"tests-npm-install": "cd tests && npm install",
|
||||||
"tests-packager": "cd tests && npm run start",
|
"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'));\")",
|
"tests-watch-init": "wml add $(node --eval \"console.log(require('path').resolve('./lib'));\") $(node --eval \"console.log(require('path').resolve('./tests/firebase'));\")",
|
||||||
"watch:list": "wml list",
|
"tests-watch-start": "watchman watch $(node --eval \"console.log(require('path').resolve('./lib'));\") && wml start",
|
||||||
"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",
|
||||||
"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",
|
"tests-pod-install": "cd tests && npm run ios:pod:install",
|
||||||
"flow": "flow"
|
"flow": "flow"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue