File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 4444 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
4545 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
4646 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
47- "clean" : " rimraf dist coverage build esm " ,
47+ "clean" : " rimraf dist esm build coverage " ,
4848 "link:yarn" : " yarn link" ,
4949 "lint" : " run-s lint:prettier lint:eslint" ,
5050 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 6464 "build:esm" : " tsc -p tsconfig.esm.json" ,
6565 "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
6666 "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" ,
6868 "link:yarn" : " yarn link" ,
6969 "lint" : " run-s lint:prettier lint:eslint" ,
7070 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 3737 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
3838 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
3939 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
40- "clean" : " rimraf dist coverage" ,
40+ "clean" : " rimraf dist esm coverage" ,
4141 "link:yarn" : " yarn link" ,
4242 "lint" : " run-s lint:prettier lint:eslint" ,
4343 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 4949 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
5050 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
5151 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
52- "clean" : " rimraf dist coverage build esm " ,
52+ "clean" : " rimraf dist esm build coverage " ,
5353 "link:yarn" : " yarn link" ,
5454 "lint" : " run-s lint:prettier lint:eslint" ,
5555 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 3535 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
3636 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
3737 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
38- "clean" : " rimraf dist coverage" ,
38+ "clean" : " rimraf dist esm coverage" ,
3939 "link:yarn" : " yarn link" ,
4040 "lint" : " run-s lint:prettier lint:eslint" ,
4141 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 4343 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
4444 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
4545 "build:bundle" : " rollup --config" ,
46- "clean" : " rimraf dist coverage esm build .rpt2_cache" ,
46+ "clean" : " rimraf dist esm build coverage .rpt2_cache" ,
4747 "link:yarn" : " yarn link" ,
4848 "lint" : " run-s lint:prettier lint:eslint" ,
4949 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 3535 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
3636 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
3737 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
38- "clean" : " rimraf dist coverage" ,
38+ "clean" : " rimraf dist esm coverage" ,
3939 "link:yarn" : " yarn link" ,
4040 "lint" : " run-s lint:prettier lint:eslint" ,
4141 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 4747 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
4848 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
4949 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
50- "clean" : " rimraf dist coverage" ,
50+ "clean" : " rimraf dist esm coverage" ,
5151 "link:yarn" : " yarn link" ,
5252 "lint" : " run-s lint:prettier lint:eslint" ,
5353 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 6262 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
6363 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
6464 "build:watch:esm" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput" ,
65- "clean" : " rimraf dist coverage build esm " ,
65+ "clean" : " rimraf dist esm build coverage " ,
6666 "link:yarn" : " yarn link" ,
6767 "lint" : " run-s lint:prettier lint:eslint" ,
6868 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
Original file line number Diff line number Diff line change 5353 "build:watch" : " run-p build:watch:es5 build:watch:esm" ,
5454 "build:watch:es5" : " tsc -p tsconfig.build.json -w --preserveWatchOutput" ,
5555 "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" ,
5757 "link:yarn" : " yarn link" ,
5858 "lint" : " run-s lint:prettier lint:eslint" ,
5959 "lint:prettier" : " prettier --check \" {src,test}/**/*.ts\" " ,
You can’t perform that action at this time.
0 commit comments