mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
Merge pull request #289 from DanielRuf/chore/cache-node-modules
chore: cache node_modules
This commit is contained in:
commit
759f57374d
@ -22,3 +22,7 @@ script:
|
||||
if [ "$TEST_TYPE" = ci ]; then
|
||||
npm run ci
|
||||
fi
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- "node_modules"
|
Loading…
Reference in New Issue
Block a user