We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4111215 commit c2ec2c4Copy full SHA for c2ec2c4
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"build:clean": "node ./tasks/clean-build.mts",
18
"build:pack": "nx run-many -t build:pack",
19
"build:test-project": "node ./tasks/test-project/test-project.mts",
20
- "build:watch": "lerna run build:watch --parallel; tsc --build",
+ "build:watch": "nx run-many -t build:watch",
21
"changesets": "tsx ./tasks/changesets/changesets.mts",
22
"check": "cross-env yarn constraints && yarn dedupe --check",
23
"check:package": "nx run-many -t check:package --output-style static",
0 commit comments