chore: disable pull dep check until ping is refactored

This commit is contained in:
Jacob Heun 2019-12-08 11:04:52 +01:00
parent 1db69c5f27
commit a586efb5f7

View File

@ -21,7 +21,8 @@ jobs:
- stage: check
script:
# - npx aegir build --bundlesize
- npx aegir dep-check -- -i wrtc -i electron-webrtc
# Remove pull libs once ping is async
- npx aegir dep-check -- -i wrtc -i electron-webrtc -i pull-handshake -i pull-stream
- npm run lint
- stage: test