File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 44script : " npm run $TEST_STEP"
55env :
66 matrix :
7+ - TEST_STEP=jscpd
78 - TEST_STEP=lint
89 - TEST_STEP=flow
910 - TEST_STEP=test
Original file line number Diff line number Diff line change 2626 "express" : " 4.13.3" ,
2727 "flow-bin" : " ^0.23.1" ,
2828 "joi" : " 6.10.1" ,
29+ "jscpd" : " ^0.6.1" ,
2930 "lodash.assign" : " 3.2.0" ,
3031 "lodash.isequal" : " 3.0.4" ,
3132 "lodash.omit" : " 3.1.0" ,
5354 "complexity" : " node ./node_modules/plato/bin/plato -r -d complexity lib" ,
5455 "performance" : " node --allow-natives-syntax --harmony ./node_modules/mocha/bin/_mocha -S --reporter mocha-performance ./test/*.js" ,
5556 "lint" : " node ./node_modules/eslint/bin/eslint ./example ./lib ./test --quiet && echo '✔ All good!'" ,
57+ "jscpd" : " jscpd --blame -p ./lib/ || echo 'Finished!'" ,
5658 "flow" : " node ./node_modules/flow-bin/cli.js && echo '✔ All good!'"
5759 },
5860 "config" : {
You can’t perform that action at this time.
0 commit comments