File tree Expand file tree Collapse file tree 14 files changed +14
-0
lines changed Expand file tree Collapse file tree 14 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 57
57
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
58
58
"build:dev:watch" : " run-p build:cjs:watch build:esm:watch build:types:watch" ,
59
59
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
60
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
60
61
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
61
62
"build:npm" : " ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm" ,
62
63
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 34
34
"build:dev:watch" : " run-s build:watch" ,
35
35
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
36
36
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
37
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
37
38
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
38
39
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
39
40
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 47
47
"build:dev:watch" : " run-s build:watch" ,
48
48
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
49
49
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
50
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
50
51
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
51
52
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
52
53
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 33
33
"build:dev:watch" : " run-s build:watch" ,
34
34
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
35
35
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
36
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
36
37
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
37
38
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
38
39
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 38
38
"build:dev:watch" : " run-s build:watch" ,
39
39
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
40
40
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
41
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
41
42
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
42
43
"build:npm" : " ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm" ,
43
44
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 55
55
"build:dev:watch" : " run-s build:watch" ,
56
56
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
57
57
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
58
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
58
59
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
59
60
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
60
61
"circularDepCheck" : " madge --circular src/index.client.ts && madge --circular --exclude 'config/types\\ .ts' src/index.server.ts # see https://github.com/pahen/madge/issues/306" ,
Original file line number Diff line number Diff line change 46
46
"build:dev:watch" : " run-s build:watch" ,
47
47
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
48
48
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
49
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
49
50
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
50
51
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
51
52
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 59
59
"build:dev:watch" : " run-s build:watch" ,
60
60
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
61
61
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
62
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
62
63
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
63
64
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
64
65
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 51
51
"build:dev:watch" : " run-s build:watch" ,
52
52
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
53
53
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
54
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
54
55
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
55
56
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
56
57
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 40
40
"build:dev:watch" : " run-p build:cjs:watch build:esm: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
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
43
44
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
44
45
"build:npm" : " ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm" ,
45
46
"clean" : " rimraf build coverage" ,
Original file line number Diff line number Diff line change 28
28
"build:dev:watch" : " run-s build:watch" ,
29
29
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
30
30
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
31
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
31
32
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
32
33
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
33
34
"clean" : " rimraf build" ,
Original file line number Diff line number Diff line change 35
35
"build:dev:watch" : " run-s build:watch" ,
36
36
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
37
37
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
38
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
38
39
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
39
40
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
40
41
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 40
40
"build:dev:watch" : " run-p build:cjs:watch build:esm: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
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
43
44
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
44
45
"build:npm" : " ts-node ../../scripts/prepack.ts && npm pack ./build" ,
45
46
"circularDepCheck" : " madge --circular src/index.ts" ,
Original file line number Diff line number Diff line change 43
43
"build:dev:watch" : " run-p build:cjs:watch build:esm:watch build:types:watch" ,
44
44
"build:es5:watch" : " yarn build:cjs:watch # *** backwards compatibility - remove in v7 ***" ,
45
45
"build:esm:watch" : " tsc -p tsconfig.esm.json --watch" ,
46
+ "build:rollup:watch" : " rollup -c rollup.npm.config.js --watch" ,
46
47
"build:types:watch" : " tsc -p tsconfig.types.json --watch" ,
47
48
"build:npm" : " ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm" ,
48
49
"circularDepCheck" : " madge --circular src/index.ts" ,
You can’t perform that action at this time.
0 commit comments