fix: rm -rf node modules

This commit is contained in:
chenluli 2020-07-22 15:21:03 +08:00 committed by Moyee
parent b944be66b3
commit 3c34a0dd3f
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -1,7 +1,6 @@
import React, { useEffect } from 'react';
import G6 from '../../../src';
import { IGraph } from '../../../src/interface/graph';
import { groupCollapsed } from 'console';
let graph: IGraph = null;