UNPKG

reinstall-node-modules

Version:

(re)install node modules only if they have changed

8 lines (7 loc) 108 B
language: node_js node_js: - 'lts/*' install: - npm install -g jest codecov script: - jest && codecov