Added npm scripts: test, pycompile
This commit is contained in:
parent
3a57b33e8f
commit
cbba8a4328
@ -18,8 +18,9 @@
|
||||
},
|
||||
"scripts": {
|
||||
"preinstall": "./src/scripts/check_reqs.js && xcodebuild",
|
||||
"test": "npm run jshint",
|
||||
"jshint": "node node_modules/jshint/bin/jshint src"
|
||||
"test": "npm run pycompile && npm run jshint && xcodebuild -scheme ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests",
|
||||
"jshint": "node node_modules/jshint/bin/jshint src/scripts/*.js",
|
||||
"pycompile": "python -m py_compile src/scripts/*.py"
|
||||
},
|
||||
"keywords": [
|
||||
"ios-deploy",
|
||||
|
Loading…
x
Reference in New Issue
Block a user