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 38
38
},
39
39
"scripts" : {
40
40
"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 " ,
42
42
"clean" : " rimraf lib" ,
43
43
"copy:license" : " copyfiles -f ../../LICENSE ." ,
44
44
"cover" : " c8 --reporter=lcov --reporter=text-summary ava -t 20000" ,
45
- "lint" : " eslint ../../" ,
46
- "prepublishOnly" : " npm run copy:license && npm run lint && npm test" ,
47
45
"test" : " ava"
48
46
},
49
47
"dependencies" : {
Original file line number Diff line number Diff line change 35
35
},
36
36
"scripts" : {
37
37
"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 " ,
39
39
"clean" : " rimraf bin" ,
40
- "copy:license" : " copyfiles -f ../../LICENSE ." ,
41
- "prepublishOnly" : " npm run copy:license"
40
+ "copy:license" : " copyfiles -f ../../LICENSE ."
42
41
},
43
42
"dependencies" : {
44
43
"deepmerge" : " ^4.2.2" ,
Original file line number Diff line number Diff line change 41
41
},
42
42
"scripts" : {
43
43
"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 " ,
45
45
"clean" : " rimraf lib" ,
46
46
"copy:license" : " copyfiles -f ../../LICENSE ." ,
47
47
"cover" : " c8 --reporter=lcov --reporter=text-summary mocha -t 20000" ,
48
- "lint" : " eslint ../../" ,
49
- "prepublishOnly" : " npm run copy:license && npm run lint && npm test" ,
50
48
"test" : " mocha"
51
49
},
52
50
"dependencies" : {
You can’t perform that action at this time.
0 commit comments