File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2
2
"private" : true ,
3
3
"scripts" : {
4
4
"build" : " node ./scripts/verify-packages-versions.js && yarn run-p build:rollup build:types build:bundle && yarn build:extras" ,
5
- "build:bundle" : " yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run build:bundle" ,
5
+ "build:bundle" : " lerna run build:bundle" ,
6
6
"build:dev" : " run-p build:types build:rollup" ,
7
7
"build:dev:filter" : " lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope" ,
8
8
"build:extras" : " lerna run build:extras" ,
Original file line number Diff line number Diff line change 44
44
},
45
45
"scripts" : {
46
46
"build" : " run-p build:rollup build:bundle build:types" ,
47
- "build:bundle" : " yarn ts-node ../../scripts/ensure-bundle-deps.ts && yarn rollup --config rollup.bundle.config.js" ,
47
+ "build:bundle" : " rollup --config rollup.bundle.config.js" ,
48
48
"build:dev" : " run-p build:rollup build:types" ,
49
49
"build:rollup" : " rollup -c rollup.npm.config.js" ,
50
50
"build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 26
26
},
27
27
"scripts" : {
28
28
"build" : " run-p build:rollup build:types build:bundle" ,
29
- "build:bundle" : " ts-node ../../ scripts/ensure-bundle-deps.ts && ts-node scripts/ buildBundles.ts --parallel " ,
29
+ "build:bundle" : " ts-node scripts/buildBundles.ts" ,
30
30
"build:dev" : " run-p build:rollup build:types" ,
31
31
"build:rollup" : " rollup -c rollup.npm.config.js" ,
32
32
"build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 27
27
},
28
28
"scripts" : {
29
29
"build" : " run-p build:rollup build:types build:bundle && yarn build:extras #necessary for integration tests" ,
30
- "build:bundle" : " yarn ts-node ../../scripts/ensure-bundle-deps.ts && yarn rollup --config rollup.bundle.config.js" ,
30
+ "build:bundle" : " yarn rollup --config rollup.bundle.config.js" ,
31
31
"build:dev" : " run-p build:rollup build:types" ,
32
32
"build:extras" : " yarn build:prepack" ,
33
33
"build:prepack" : " ts-node ../../scripts/prepack.ts --bundles" ,
Original file line number Diff line number Diff line change 30
30
},
31
31
"scripts" : {
32
32
"build" : " run-p build:rollup build:types" ,
33
- "build:bundle" : " yarn ts-node ../../scripts/ensure-bundle-deps.ts && yarn rollup --config rollup.bundle.config.js" ,
33
+ "build:bundle" : " rollup --config rollup.bundle.config.js" ,
34
34
"build:dev" : " run-p build:rollup build:types" ,
35
35
"build:rollup" : " rollup -c rollup.npm.config.js" ,
36
36
"build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 31
31
},
32
32
"scripts" : {
33
33
"build" : " run-p build:rollup build:bundle build:types" ,
34
- "build:bundle" : " yarn ts-node ../../scripts/ensure-bundle-deps.ts && yarn rollup --config rollup.bundle.config.js" ,
34
+ "build:bundle" : " rollup --config rollup.bundle.config.js" ,
35
35
"build:dev" : " run-p build:rollup build:types" ,
36
36
"build:rollup" : " rollup -c rollup.npm.config.js" ,
37
37
"build:types" : " tsc -p tsconfig.types.json" ,
You can’t perform that action at this time.
0 commit comments