Merge pull request #289 from DanielRuf/chore/cache-node-modules

chore: cache node_modules
This commit is contained in:
Yellowthrough 2018-06-11 13:50:30 +08:00 committed by GitHub
commit 759f57374d

View File

@ -22,3 +22,7 @@ script:
if [ "$TEST_TYPE" = ci ]; then
npm run ci
fi
cache:
directories:
- "node_modules"