File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed
Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 3838 },
3939 "scripts" : {
4040 "build:rollup" : " rollup -c" ,
41- "build" : " npm run clean && npm run build:rollup" ,
41+ "build" : " npm run clean && npm run build:rollup && npm run copy:license " ,
4242 "clean" : " rimraf lib" ,
4343 "copy:license" : " copyfiles -f ../../LICENSE ." ,
4444 "cover" : " c8 --reporter=lcov --reporter=text-summary ava -t 20000" ,
45- "lint" : " eslint ../../" ,
46- "prepublishOnly" : " npm run copy:license && npm run lint && npm test" ,
4745 "test" : " ava"
4846 },
4947 "dependencies" : {
Original file line number Diff line number Diff line change 3535 },
3636 "scripts" : {
3737 "build:rollup" : " rollup -c" ,
38- "build" : " npm run clean && npm run build:rollup" ,
38+ "build" : " npm run clean && npm run build:rollup && npm run copy:license " ,
3939 "clean" : " rimraf bin" ,
40- "copy:license" : " copyfiles -f ../../LICENSE ." ,
41- "prepublishOnly" : " npm run copy:license"
40+ "copy:license" : " copyfiles -f ../../LICENSE ."
4241 },
4342 "dependencies" : {
4443 "deepmerge" : " ^4.2.2" ,
Original file line number Diff line number Diff line change 4141 },
4242 "scripts" : {
4343 "build:rollup" : " rollup -c" ,
44- "build" : " npm run clean && npm run build:rollup" ,
44+ "build" : " npm run clean && npm run build:rollup && npm run copy:license " ,
4545 "clean" : " rimraf lib" ,
4646 "copy:license" : " copyfiles -f ../../LICENSE ." ,
4747 "cover" : " c8 --reporter=lcov --reporter=text-summary mocha -t 20000" ,
48- "lint" : " eslint ../../" ,
49- "prepublishOnly" : " npm run copy:license && npm run lint && npm test" ,
5048 "test" : " mocha"
5149 },
5250 "dependencies" : {
You can’t perform that action at this time.
0 commit comments