From ab7ca40879f4f52d55ac8459a223d25ce88835c1 Mon Sep 17 00:00:00 2001 From: Avinash Thakur <19588421+80avin@users.noreply.github.com> Date: Tue, 19 Jul 2022 02:15:25 +0530 Subject: [PATCH] Add "clean:all" script Add "clean:all" script to root workspace --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c2024fcb..ce8f983e 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": [