From 5f33120152c2996823021c628becc10be8e866c4 Mon Sep 17 00:00:00 2001 From: Carson <104383295+codebycarson@users.noreply.github.com> Date: Tue, 26 Nov 2024 09:57:02 -0700 Subject: [PATCH] Add --all to nx build:all yarn commmand --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ef76c57b..bd137b30 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "packages/*" ], "scripts": { - "build:all": "nx run-many --target=build", + "build:all": "nx run-many --target=build --all", "build:since": "nx affected --target=build", "prebuild": "yarn build:since", "postinstall": "yarn update-submodules",