fix: remove online node_modules

This commit is contained in:
baizn 2020-07-27 15:00:39 +08:00
parent ee7326de9d
commit 1a858f8cd1
2 changed files with 5 additions and 3 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
script:
- npm run ci && cat ./coverage/lcov.info | rm -rf ./coverage

View File

@ -1,7 +1,9 @@
# ChangeLog
#### 3.5
- feat: fisheye lens plugin.
#### 3.6.0
- feat: fisheye lens plugin;
- feat: TimeBar & ToolBar plugin;
- feat: lasso-select behavior.
#### 3.5.12
- fix: node:click is triggered twice while clicking a node;