From 3d49f3333fa17721a531f2cbb143c8bb98525933 Mon Sep 17 00:00:00 2001 From: "Ali(Ako) Hosseini" Date: Wed, 12 Oct 2022 13:18:23 +0400 Subject: [PATCH] build/ skip nx cache for components ws (#6747) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 624accac19b3..c236c7f1d1bd 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@nrwl/nx-cloud": "latest" }, "scripts": { - "build:all": "nx build @deriv/components && nx run-many --target=build", + "build:all": "nx build @deriv/components --skip-nx-cache && nx run-many --target=build", "build:one": "f () { nx build @deriv/$1 $2 ;}; f", "build:since": "nx affected --target=build", "test:eslint-all": "nx run-many --target=test:eslint",