File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 44
44
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
45
45
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
46
46
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
47
- "clean" : " rimraf dist coverage build esm " ,
47
+ "clean" : " rimraf dist esm build coverage " ,
48
48
"link:yarn" : " yarn link" ,
49
49
"lint" : " run-s lint:prettier lint:eslint" ,
50
50
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 64
64
"build:esm" : " tsc -p tsconfig.esm.json" ,
65
65
"build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
66
66
"build:watch" : " run-p build:dist:watch build:esm:watch build:bundle:watch" ,
67
- "clean" : " rimraf dist coverage .rpt2_cache build esm " ,
67
+ "clean" : " rimraf dist esm build coverage .rpt2_cache" ,
68
68
"link:yarn" : " yarn link" ,
69
69
"lint" : " run-s lint:prettier lint:eslint" ,
70
70
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 37
37
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
38
38
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
39
39
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
40
- "clean" : " rimraf dist coverage" ,
40
+ "clean" : " rimraf dist esm coverage" ,
41
41
"link:yarn" : " yarn link" ,
42
42
"lint" : " run-s lint:prettier lint:eslint" ,
43
43
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 49
49
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
50
50
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
51
51
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
52
- "clean" : " rimraf dist coverage build esm " ,
52
+ "clean" : " rimraf dist esm build coverage " ,
53
53
"link:yarn" : " yarn link" ,
54
54
"lint" : " run-s lint:prettier lint:eslint" ,
55
55
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 35
35
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
36
36
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
37
37
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
38
- "clean" : " rimraf dist coverage" ,
38
+ "clean" : " rimraf dist esm coverage" ,
39
39
"link:yarn" : " yarn link" ,
40
40
"lint" : " run-s lint:prettier lint:eslint" ,
41
41
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 43
43
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
44
44
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
45
45
"build:bundle" : " rollup --config" ,
46
- "clean" : " rimraf dist coverage esm build .rpt2_cache" ,
46
+ "clean" : " rimraf dist esm build coverage .rpt2_cache" ,
47
47
"link:yarn" : " yarn link" ,
48
48
"lint" : " run-s lint:prettier lint:eslint" ,
49
49
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 35
35
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
36
36
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
37
37
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
38
- "clean" : " rimraf dist coverage" ,
38
+ "clean" : " rimraf dist esm coverage" ,
39
39
"link:yarn" : " yarn link" ,
40
40
"lint" : " run-s lint:prettier lint:eslint" ,
41
41
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 47
47
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
48
48
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
49
49
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
50
- "clean" : " rimraf dist coverage" ,
50
+ "clean" : " rimraf dist esm coverage" ,
51
51
"link:yarn" : " yarn link" ,
52
52
"lint" : " run-s lint:prettier lint:eslint" ,
53
53
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 62
62
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
63
63
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
64
64
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
65
- "clean" : " rimraf dist coverage build esm " ,
65
+ "clean" : " rimraf dist esm build coverage " ,
66
66
"link:yarn" : " yarn link" ,
67
67
"lint" : " run-s lint:prettier lint:eslint" ,
68
68
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 53
53
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
54
54
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
55
55
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
56
- "clean" : " rimraf dist dist-awslambda-layer coverage build esm " ,
56
+ "clean" : " rimraf dist esm build dist-awslambda-layer coverage" ,
57
57
"link:yarn" : " yarn link" ,
58
58
"lint" : " run-s lint:prettier lint:eslint" ,
59
59
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 49
49
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
50
50
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
51
51
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
52
- "clean" : " rimraf dist coverage build esm " ,
52
+ "clean" : " rimraf dist esm build coverage " ,
53
53
"link:yarn" : " yarn link" ,
54
54
"lint" : " run-s lint:prettier lint:eslint" ,
55
55
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 53
53
"build:watch" : " run-p build:watch:es5 build:watch:esm" ,
54
54
"build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
55
55
"build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
56
- "clean" : " rimraf dist coverage build esm " ,
56
+ "clean" : " rimraf dist esm build coverage " ,
57
57
"link:yarn" : " yarn link" ,
58
58
"lint" : " run-s lint:prettier lint:eslint" ,
59
59
"lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
You can’t perform that action at this time.
0 commit comments