File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
55
"build:bundle:watch" : " rollup --config --watch" ,
56
56
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
57
57
"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" ,
59
59
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
60
60
"build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
61
61
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
Original file line number Diff line number Diff line change 37
37
"build:watch" : " run-p build:rollup:watch build:bundle:watch build:types:watch" ,
38
38
"build:bundle:watch" : " rollup --config --watch" ,
39
39
"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" ,
41
41
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
42
42
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
43
43
"build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
Original file line number Diff line number Diff line change 37
37
"build:watch" : " run-p build:rollup:watch build:types:watch" ,
38
38
"build:bundle:watch" : " rollup --config --watch" ,
39
39
"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" ,
41
41
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
42
42
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
43
43
"build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
Original file line number Diff line number Diff line change 41
41
"build:watch" : " run-p build:rollup:watch build:bundle:watch build:types:watch" ,
42
42
"build:bundle:watch" : " rollup --config --watch" ,
43
43
"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" ,
45
45
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
46
46
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
47
47
"build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
You can’t perform that action at this time.
0 commit comments