File tree Expand file tree Collapse file tree 17 files changed +33
-32
lines changed Expand file tree Collapse file tree 17 files changed +33
-32
lines changed Original file line number Diff line number Diff line change 39
39
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
40
40
"build:esm" : " tsc -p tsconfig.esm.json" ,
41
41
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
42
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
42
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
43
43
"build:dev:watch" : " run-s build:watch" ,
44
44
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
45
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
45
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
46
46
"circularDepCheck" : " madge --circular src/index.ts" ,
47
47
"clean" : " rimraf dist esm build coverage" ,
48
48
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 58
58
"build:esm" : " tsc -p tsconfig.esm.json" ,
59
59
"build:watch" : " run-p build:cjs:watch build:esm:watch build:bundle:watch" ,
60
60
"build:bundle:watch" : " rollup --config --watch" ,
61
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
61
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
62
62
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
63
63
"build:dev:watch" : " run-p build:cjs:watch build:esm:watch" ,
64
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
64
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
65
65
"circularDepCheck" : " madge --circular src/index.ts" ,
66
66
"clean" : " rimraf dist esm build coverage .rpt2_cache" ,
67
67
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 29
29
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
30
30
"build:esm" : " tsc -p tsconfig.esm.json" ,
31
31
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
32
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
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 ***" ,
35
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
35
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
36
36
"circularDepCheck" : " madge --circular src/index.ts" ,
37
37
"clean" : " rimraf dist esm coverage" ,
38
38
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 45
45
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
46
46
"build:esm" : " tsc -p tsconfig.esm.json" ,
47
47
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
48
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
48
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
49
49
"build:dev:watch" : " run-s build:watch" ,
50
50
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
51
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
51
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
52
52
"circularDepCheck" : " madge --circular src/index.ts" ,
53
53
"clean" : " rimraf dist esm build coverage" ,
54
54
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 27
27
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
28
28
"build:esm" : " tsc -p tsconfig.esm.json" ,
29
29
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
30
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
30
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
31
31
"build:dev:watch" : " run-s build:watch" ,
32
32
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
33
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
33
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
34
34
"circularDepCheck" : " madge --circular src/index.ts" ,
35
35
"clean" : " rimraf dist esm coverage" ,
36
36
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 37
37
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
38
38
"build:esm" : " tsc -p tsconfig.esm.json" ,
39
39
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
40
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
40
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
41
41
"build:dev:watch" : " run-s build:watch" ,
42
42
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
43
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
43
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
44
44
"circularDepCheck" : " madge --circular src/index.ts" ,
45
45
"clean" : " rimraf dist esm build coverage .rpt2_cache" ,
46
46
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 27
27
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
28
28
"build:esm" : " tsc -p tsconfig.esm.json" ,
29
29
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
30
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
30
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
31
31
"build:dev:watch" : " run-s build:watch" ,
32
32
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
33
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
33
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
34
34
"circularDepCheck" : " madge --circular src/index.ts" ,
35
35
"clean" : " rimraf dist esm coverage" ,
36
36
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 44
44
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
45
45
"build:esm" : " tsc -p tsconfig.esm.json" ,
46
46
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
47
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
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 ***" ,
50
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
50
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
51
51
"circularDepCheck" : " madge --circular src/index.client.ts && madge --circular src/index.server.ts" ,
52
52
"clean" : " rimraf dist esm coverage *.js *.js.map *.d.ts" ,
53
53
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 41
41
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
42
42
"build:esm" : " tsc -p tsconfig.esm.json" ,
43
43
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
44
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
44
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
45
45
"build:dev:watch" : " run-s build:watch" ,
46
46
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
47
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
47
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
48
48
"circularDepCheck" : " madge --circular src/index.ts" ,
49
49
"clean" : " rimraf dist esm coverage" ,
50
50
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 56
56
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
57
57
"build:esm" : " tsc -p tsconfig.esm.json" ,
58
58
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
59
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
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 ***" ,
62
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
62
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
63
63
"circularDepCheck" : " madge --circular src/index.ts" ,
64
64
"clean" : " rimraf dist esm build coverage" ,
65
65
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 46
46
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
47
47
"build:esm" : " tsc -p tsconfig.esm.json" ,
48
48
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
49
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
49
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
50
50
"build:dev:watch" : " run-s build:watch" ,
51
51
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
52
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
52
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
53
53
"circularDepCheck" : " madge --circular src/index.ts" ,
54
54
"clean" : " rimraf dist esm build dist-awslambda-layer coverage" ,
55
55
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 43
43
"build:esm" : " tsc -p tsconfig.esm.json" ,
44
44
"build:watch" : " run-p build:cjs:watch build:esm:watch build:bundle:watch" ,
45
45
"build:bundle:watch" : " rollup --config --watch" ,
46
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
46
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
47
47
"build:dev:watch" : " run-s build:watch" ,
48
48
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
49
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
49
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
50
50
"clean" : " rimraf dist esm build coverage" ,
51
51
"circularDepCheck" : " madge --circular src/index.ts" ,
52
52
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 22
22
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
23
23
"build:esm" : " tsc -p tsconfig.esm.json" ,
24
24
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
25
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
25
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
26
26
"build:dev:watch" : " run-s build:watch" ,
27
27
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
28
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
28
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
29
29
"link:yarn" : " yarn link" ,
30
30
"lint" : " run-s lint:prettier lint:eslint" ,
31
31
"lint:eslint" : " eslint . --cache --cache-location '../../eslintcache/' --format stylish" ,
Original file line number Diff line number Diff line change 27
27
"suppressWhileTypeErrorsPresent" : false
28
28
}
29
29
],
30
+ "preserveWatchOutput" : true ,
30
31
"pretty" : true ,
31
32
"sourceMap" : true ,
32
33
"strict" : true ,
Original file line number Diff line number Diff line change 30
30
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
31
31
"build:esm" : " tsc -p tsconfig.esm.json" ,
32
32
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
33
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
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 ***" ,
36
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
36
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
37
37
"circularDepCheck" : " madge --circular src/index.ts" ,
38
38
"clean" : " rimraf dist esm coverage *.js *.js.map *.d.ts" ,
39
39
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 45
45
"build:esm" : " tsc -p tsconfig.esm.json" ,
46
46
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
47
47
"build:bundle:watch" : " rollup --config --watch" ,
48
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
48
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
49
49
"build:dev:watch" : " run-s build:watch" ,
50
50
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
51
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
51
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
52
52
"circularDepCheck" : " madge --circular src/index.ts" ,
53
53
"clean" : " rimraf dist esm build coverage" ,
54
54
"fix" : " run-s fix:eslint fix:prettier" ,
Original file line number Diff line number Diff line change 41
41
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
42
42
"build:esm" : " tsc -p tsconfig.esm.json" ,
43
43
"build:watch" : " run-p build:cjs:watch build:esm:watch" ,
44
- "build:cjs:watch" : " tsc -p tsconfig.cjs.json -w --preserveWatchOutput " ,
44
+ "build:cjs:watch" : " tsc -p tsconfig.cjs.json --watch " ,
45
45
"build:dev:watch" : " run-s build:watch" ,
46
46
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
47
- "build:esm:watch" : " tsc -p tsconfig.esm.json -w --preserveWatchOutput " ,
47
+ "build:esm:watch" : " tsc -p tsconfig.esm.json --watch " ,
48
48
"circularDepCheck" : " madge --circular src/index.ts" ,
49
49
"clean" : " rimraf dist esm coverage *.js.map *.d.ts" ,
50
50
"fix" : " run-s fix:eslint fix:prettier" ,
You can’t perform that action at this time.
0 commit comments