Codebase list node-d3-scale-chromatic / 71cc78b
Override dh_auto_test and dh_auto_clean Ambady Anand S 5 years ago
1 changed file(s) with 6 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
99 override_dh_auto_build:
1010 rollup src/index.js -o dist/d3-scale-chromatic.js -f umd -n d3 -g d3-color:d3,d3-interpolate:d3 -e d3-color,d3-interpolate --no-indent --extend true
1111
12 #override_dh_auto_test:
12 override_dh_auto_test:
13 tape 'test/**/*-test.js'
14
15 override_dh_auto_clean:
16 dh_auto_clean
17 rm -rf dist