mirror of
https://github.com/appium/appium.git
synced 2026-01-28 21:28:57 -06:00
Only install production modules
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user