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 22 "private" : true ,
33 "scripts" : {
44 "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" ,
66 "build:dev" : " run-p build:types build:rollup" ,
77 "build:dev:filter" : " lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope" ,
88 "build:extras" : " lerna run build:extras" ,
Original file line number Diff line number Diff line change 4444 },
4545 "scripts" : {
4646 "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" ,
4848 "build:dev" : " run-p build:rollup build:types" ,
4949 "build:rollup" : " rollup -c rollup.npm.config.js" ,
5050 "build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 2626 },
2727 "scripts" : {
2828 "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" ,
3030 "build:dev" : " run-p build:rollup build:types" ,
3131 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3232 "build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 2727 },
2828 "scripts" : {
2929 "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" ,
3131 "build:dev" : " run-p build:rollup build:types" ,
3232 "build:extras" : " yarn build:prepack" ,
3333 "build:prepack" : " ts-node ../../scripts/prepack.ts --bundles" ,
Original file line number Diff line number Diff line change 3030 },
3131 "scripts" : {
3232 "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" ,
3434 "build:dev" : " run-p build:rollup build:types" ,
3535 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3636 "build:types" : " tsc -p tsconfig.types.json" ,
Original file line number Diff line number Diff line change 3131 },
3232 "scripts" : {
3333 "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" ,
3535 "build:dev" : " run-p build:rollup build:types" ,
3636 "build:rollup" : " rollup -c rollup.npm.config.js" ,
3737 "build:types" : " tsc -p tsconfig.types.json" ,
You can’t perform that action at this time.
0 commit comments