Skip to content

Commit

Permalink
package.json with build-test separated
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed Jun 13, 2018
1 parent 99b35ac commit e0ef9d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"scripts": {
"preinstall": "./src/scripts/check_reqs.js && xcodebuild",
"test": "npm run pycompile && npm run jshint && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests",
"build-test": "npm run pycompile && xcodebuild -target ios-deploy-lib && xcodebuild test -scheme ios-deploy-tests",
"test": "npm run jshint && npm run build-test",
"jshint": "node node_modules/jshint/bin/jshint src/scripts/*.js",
"pycompile": "python -m py_compile src/scripts/*.py"
},
Expand Down

0 comments on commit e0ef9d5

Please sign in to comment.