Skip to content

Commit

Permalink
build: Add build:dev:filter commands (#5950)
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiPrasad committed Oct 13, 2022
1 parent 6ddf40f commit 07990ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -4,6 +4,7 @@
"build": "node ./scripts/verify-packages-versions.js && yarn run-p build:rollup build:types build:bundle && yarn build:extras",
"build:bundle": "yarn ts-node scripts/ensure-bundle-deps.ts && yarn lerna run --parallel build:bundle",
"build:dev": "run-p build:types build:rollup",
"build:dev:filter": "lerna run --stream --concurrency 1 --sort build:dev --include-filtered-dependencies --include-filtered-dependents --scope",
"build:extras": "lerna run --parallel build:extras",
"build:rollup": "lerna run --parallel build:rollup",
"build:types": "lerna run --stream build:types",
Expand Down

0 comments on commit 07990ac

Please sign in to comment.