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": [