mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 03:38:20 +08:00
fix: rm -rf only node_modules
This commit is contained in:
parent
14ca53a186
commit
49ece50f42
@ -15,7 +15,7 @@ addons:
|
||||
install:
|
||||
- export DISPLAY=':99.0'
|
||||
- Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
|
||||
- npm install
|
||||
- rm -rf node_modules npm install
|
||||
|
||||
script:
|
||||
- npm run ci && cat ./coverage/lcov.info | rm -rf ./coverage
|
||||
|
Loading…
Reference in New Issue
Block a user