Only install production modules

This commit is contained in:
dan@saucelabs.com
2018-06-19 14:34:23 -07:00
parent 051b749db8
commit 5ffd2d9edb

View File

@@ -19,4 +19,4 @@ jobs:
node_js: 8
# if: branch = master # TODO: Uncomment this
os: osx # Need to have an OSX build to build XCUITestDriver
script: npm install && npm run zip-and-upload
script: npm --production install && npm run zip-and-upload