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 edaa67dfd0
commit a2f31d99d2

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