```
"scripts": {
"test": "npm run jshint & npm run test-ios",
"jshint": "node node_modules/jshint/bin/jshint lib/",
"test-appveyor": "npm run test-windows",
"test-travis": "npm run test-ios",
"test-android": "node main.js --platform android --plugin
./spec/testable-plugin/",
"test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/
--verbose",
"test-windows": "node main.js --platform windows --plugin
./spec/testable-plugin/",
"test-wp8": "node main.js --platform wp8 --plugin ./spec/testable-plugin/"
},
```
Just historical or convenience - or specific reason behind that?
[ Full content available at:
https://github.com/apache/cordova-paramedic/issues/33 ]
This message was relayed via gitbox.apache.org for [email protected]