From 61d0aca1fc6cb726e82dfb3f072a0fab28ac5b14 Mon Sep 17 00:00:00 2001 From: Avinash Thakur <19588421+80avin@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:22:40 +0530 Subject: [PATCH] Add "clean:all" script (#1200) Add "clean:all" script to root workspace Co-authored-by: Nathan Bierema --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3baf32d1..5c07afb0 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,7 @@ "build:all": "nx run-many --target=build --all", "lint:all": "nx run-many --target=lint --all", "test:all": "nx run-many --target=test --all", + "clean:all": "nx run-many --target=clean --all", "release": "pnpm build:all && changeset publish" }, "workspaces": [