File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 ***" ,
58- "build:dev:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
58+ "build:dev:watch" : " run-p build:rollup :watch build:types:watch" ,
5959 "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
6060 "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
6161 "build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
Original file line number Diff line number Diff line change 3737 "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" ,
40- "build:dev:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
40+ "build:dev:watch" : " run-p build:rollup :watch build:types:watch" ,
4141 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
4242 "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
4343 "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
Original file line number Diff line number Diff line change 3737 "build:watch" : " run-p build:rollup:watch build:types:watch" ,
3838 "build:bundle:watch" : " rollup --config --watch" ,
3939 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
40- "build:dev:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
40+ "build:dev:watch" : " run-p build:rollup :watch build:types:watch" ,
4141 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
4242 "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
4343 "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
Original file line number Diff line number Diff line change 4141 "build:watch" : " run-p build:rollup:watch build:bundle:watch build:types:watch" ,
4242 "build:bundle:watch" : " rollup --config rollup.bundle.config.js --watch" ,
4343 "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
44- "build:dev:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
44+ "build:dev:watch" : " run-p build:rollup :watch build:types:watch" ,
4545 "build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
4646 "build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
4747 "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
You can’t perform that action at this time.
0 commit comments