Skip to content

Commit c2ec2c4

Browse files
authored
chore(build): Use nx run-many instead of lerna run (#1738)
1 parent 4111215 commit c2ec2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"build:clean": "node ./tasks/clean-build.mts",
1818
"build:pack": "nx run-many -t build:pack",
1919
"build:test-project": "node ./tasks/test-project/test-project.mts",
20-
"build:watch": "lerna run build:watch --parallel; tsc --build",
20+
"build:watch": "nx run-many -t build:watch",
2121
"changesets": "tsx ./tasks/changesets/changesets.mts",
2222
"check": "cross-env yarn constraints && yarn dedupe --check",
2323
"check:package": "nx run-many -t check:package --output-style static",

0 commit comments

Comments
 (0)