File tree Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Expand file tree Collapse file tree 14 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 5151 "build:esm" : " tsc -p tsconfig.esm.json" ,
5252 "build:rollup" : " rollup -c rollup.npm.config.js" ,
5353 "build:types" : " tsc -p tsconfig.types.json" ,
54- "build:watch" : " run-p build:cjs:watch build:esm :watch build:bundle:watch build:types:watch" ,
54+ "build:watch" : " run-p build:rollup :watch build:bundle:watch build:types:watch" ,
5555 "build:bundle:watch" : " rollup --config rollup.bundle.config.js --watch" ,
5656 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
5757 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 2929 "build:esm" : " tsc -p tsconfig.esm.json" ,
3030 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3131 "build:types" : " tsc -p tsconfig.types.json" ,
32- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
32+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
3333 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
3434 "build:dev:watch" : " run-s build:watch" ,
3535 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 4343 "build:plugin" : " tsc -p tsconfig.plugin.json" ,
4444 "build:rollup" : " rollup -c rollup.npm.config.js" ,
4545 "build:types" : " tsc -p tsconfig.types.json" ,
46- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
46+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
4747 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
4848 "build:dev:watch" : " run-s build:watch" ,
4949 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 2828 "build:esm" : " tsc -p tsconfig.esm.json" ,
2929 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3030 "build:types" : " tsc -p tsconfig.types.json" ,
31- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
31+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
3232 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
3333 "build:dev:watch" : " run-s build:watch" ,
3434 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 3333 "build:esm" : " tsc -p tsconfig.esm.json" ,
3434 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3535 "build:types" : " tsc -p tsconfig.types.json" ,
36- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
36+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
3737 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
3838 "build:dev:watch" : " run-s build:watch" ,
3939 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 5050 "build:esm" : " tsc -p tsconfig.esm.json" ,
5151 "build:rollup" : " rollup -c rollup.npm.config.js" ,
5252 "build:types" : " tsc -p tsconfig.types.json" ,
53- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
53+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
5454 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
5555 "build:dev:watch" : " run-s build:watch" ,
5656 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 4141 "build:esm" : " tsc -p tsconfig.esm.json" ,
4242 "build:rollup" : " rollup -c rollup.npm.config.js" ,
4343 "build:types" : " tsc -p tsconfig.types.json" ,
44- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
44+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
4545 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
4646 "build:dev:watch" : " run-s build:watch" ,
4747 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 5555 "build:esm" : " tsc -p tsconfig.esm.json" ,
5656 "build:rollup" : " rollup -c rollup.npm.config.js" ,
5757 "build:types" : " tsc -p tsconfig.types.json" ,
58- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
58+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
5959 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
6060 "build:dev:watch" : " run-s build:watch" ,
6161 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 4646 "build:esm" : " tsc -p tsconfig.esm.json" ,
4747 "build:rollup" : " rollup -c rollup.npm.config.js" ,
4848 "build:types" : " tsc -p tsconfig.types.json" ,
49- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
49+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
5050 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
5151 "build:dev:watch" : " run-s build:watch" ,
5252 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 3434 "build:esm" : " tsc -p tsconfig.esm.json" ,
3535 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3636 "build:types" : " tsc -p tsconfig.types.json" ,
37- "build:watch" : " run-p build:cjs:watch build:esm :watch build:bundle:watch build:types:watch" ,
37+ "build:watch" : " run-p build:rollup :watch build:bundle:watch build:types:watch" ,
3838 "build:bundle:watch" : " rollup --config rollup.bundle.config.js --watch" ,
3939 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
4040 "build:dev:watch" : " run-p build:cjs:watch build:esm:watch build:types:watch" ,
You can’t perform that action at this time.
0 commit comments