fix: rm node_modules to install packages

This commit is contained in:
baizn 2020-03-08 16:18:09 +08:00 committed by Moyee
parent bee0917d2b
commit c92b6c3692

View File

@ -15,7 +15,7 @@ addons:
install:
- export DISPLAY=':99.0'
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- - rm -rf node_modules npm install
- rm -rf node_modules npm install
script:
- npm run ci && cat ./coverage/lcov.info | rm -rf ./coverage