Skip to content

Commit

Permalink
[core] Remove obselete lerna options (#44676)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli authored Dec 9, 2024
1 parent c0620e3 commit 454a4c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
"test:regressions-pigment-css:server": "pnpm --filter @app/vite-app run preview --port 5001",
"test:unit": "nx run nx_test_unit",
"test:argos": "node ./scripts/pushArgos.mjs",
"typescript": "lerna run --no-bail --parallel typescript",
"typescript:ci": "lerna run --concurrency 3 --no-bail --no-sort typescript",
"typescript": "lerna run --no-bail typescript",
"typescript:ci": "lerna run --concurrency 3 --no-bail typescript",
"use-react-version": "node ./scripts/useReactVersion.mjs",
"validate-declarations": "tsx scripts/validateTypescriptDeclarations.mts",
"generate-codeowners": "node scripts/generateCodeowners.mjs",
Expand Down

0 comments on commit 454a4c0

Please sign in to comment.