[tests] package scripts

This commit is contained in:
Salakar 2017-05-01 17:33:35 +01:00
parent f8e97d8bed
commit 7fc273da41
1 changed files with 3 additions and 4 deletions

View File

@ -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"
},