We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf76e7 commit d3453a6Copy full SHA for d3453a6
.travis.yml
@@ -31,7 +31,7 @@ script:
31
-v ~/.cache/electron:/root/.cache/electron \
32
-v ~/.cache/electron-builder:/root/.cache/electron-builder \
33
electronuserland/builder \
34
- /bin/bash -c "npm run release:linux"
+ /bin/bash -c "npm install && npm run release:linux"
35
else
36
npm run release:mac
37
fi
0 commit comments