chore: prevent adding phantomjs-prebuilt as a dependency in CI. (#412)

Fixes #384.
pull/441/head^2
Jaen 5 years ago committed by Adam Pash
parent 939d181951
commit 3b0d5fed69

@ -11,7 +11,7 @@ jobs:
steps:
- checkout
# For some reason phantomjs-prebuild is failing w/yarn, but npm installing works
- run: 'npm install phantomjs-prebuilt'
- run: 'npm install --no-save phantomjs-prebuilt'
- run: 'yarn install'
- run: 'yarn lint:ci'
- run: 'yarn build:ci'

Loading…
Cancel
Save