File tree 14 files changed +18
-18
lines changed
14 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 51
51
"build:esm" : " tsc -p tsconfig.esm.json" ,
52
52
"build:rollup" : " rollup -c rollup.npm.config.js" ,
53
53
"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" ,
55
55
"build:bundle:watch" : " rollup --config rollup.bundle.config.js --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 29
29
"build:esm" : " tsc -p tsconfig.esm.json" ,
30
30
"build:rollup" : " rollup -c rollup.npm.config.js" ,
31
31
"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" ,
33
33
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
34
34
"build:dev:watch" : " run-s build:watch" ,
35
35
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 43
43
"build:plugin" : " tsc -p tsconfig.plugin.json" ,
44
44
"build:rollup" : " rollup -c rollup.npm.config.js" ,
45
45
"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" ,
47
47
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
48
48
"build:dev:watch" : " run-s build:watch" ,
49
49
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 28
28
"build:esm" : " tsc -p tsconfig.esm.json" ,
29
29
"build:rollup" : " rollup -c rollup.npm.config.js" ,
30
30
"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" ,
32
32
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
33
33
"build:dev:watch" : " run-s build:watch" ,
34
34
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 33
33
"build:esm" : " tsc -p tsconfig.esm.json" ,
34
34
"build:rollup" : " rollup -c rollup.npm.config.js" ,
35
35
"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" ,
37
37
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
38
38
"build:dev:watch" : " run-s build:watch" ,
39
39
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 50
50
"build:esm" : " tsc -p tsconfig.esm.json" ,
51
51
"build:rollup" : " rollup -c rollup.npm.config.js" ,
52
52
"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" ,
54
54
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
55
55
"build:dev:watch" : " run-s build:watch" ,
56
56
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 41
41
"build:esm" : " tsc -p tsconfig.esm.json" ,
42
42
"build:rollup" : " rollup -c rollup.npm.config.js" ,
43
43
"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" ,
45
45
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
46
46
"build:dev:watch" : " run-s build:watch" ,
47
47
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 55
55
"build:esm" : " tsc -p tsconfig.esm.json" ,
56
56
"build:rollup" : " rollup -c rollup.npm.config.js" ,
57
57
"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" ,
59
59
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
60
60
"build:dev:watch" : " run-s build:watch" ,
61
61
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 46
46
"build:esm" : " tsc -p tsconfig.esm.json" ,
47
47
"build:rollup" : " rollup -c rollup.npm.config.js" ,
48
48
"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" ,
50
50
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
51
51
"build:dev:watch" : " run-s build:watch" ,
52
52
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 34
34
"build:esm" : " tsc -p tsconfig.esm.json" ,
35
35
"build:rollup" : " rollup -c rollup.npm.config.js" ,
36
36
"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" ,
38
38
"build:bundle:watch" : " rollup --config rollup.bundle.config.js --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 23
23
"build:esm" : " tsc -p tsconfig.esm.json" ,
24
24
"build:rollup" : " rollup -c rollup.npm.config.js" ,
25
25
"build:types" : " tsc -p tsconfig.types.json" ,
26
- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
26
+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
27
27
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
28
28
"build:dev:watch" : " run-s build:watch" ,
29
29
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 32
32
"build:esm" : " tsc -p tsconfig.esm.json" ,
33
33
"build:rollup" : " yarn ts-node scripts/buildRollup.ts" ,
34
34
"build:types" : " tsc -p tsconfig.types.json" ,
35
- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
35
+ "build:watch" : " run-p build:rollup :watch build:types:watch" ,
36
36
"build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch" ,
37
37
"build:dev:watch" : " run-s build:watch" ,
38
38
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
Original file line number Diff line number Diff line change 34
34
"build:esm" : " tsc -p tsconfig.esm.json" ,
35
35
"build:rollup" : " rollup -c rollup.npm.config.js" ,
36
36
"build:types" : " tsc -p tsconfig.types.json" ,
37
- "build:watch" : " run-p build:cjs:watch build:esm :watch build:types:watch" ,
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 38
38
"build:esm" : " tsc -p tsconfig.esm.json" ,
39
39
"build:rollup" : " rollup -c rollup.npm.config.js" ,
40
40
"build:types" : " tsc -p tsconfig.types.json" ,
41
- "build:watch" : " run-p build:cjs:watch build:esm :watch build:bundle:watch build:types:watch" ,
41
+ "build:watch" : " run-p build:rollup :watch build:bundle:watch build:types:watch" ,
42
42
"build:bundle:watch" : " rollup --config rollup.bundle.config.js --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