|
30 | 30 | "dev:design-system": "turbo run dev --filter=@kubit-ui-web/design-system", |
31 | 31 | "build": "turbo run build --filter=!@kubit-ui-web/storybook", |
32 | 32 | "build:all": "turbo run build", |
33 | | - "build:components": "turbo run build --filter=@kubit-ui-web/react-components...", |
34 | | - "build:design-system": "turbo run build --filter=@kubit-ui-web/design-system...", |
35 | | - "build:storybook": "turbo run build --filter=@kubit-ui-web/storybook", |
36 | | - "build:force": "turbo run build --force --filter=!@kubit-ui-web/storybook", |
37 | 33 | "lint": "turbo run lint --continue", |
38 | | - "lint:components": "turbo run lint --filter=@kubit-ui-web/react-components", |
39 | | - "lint:design-system": "turbo run lint --filter=@kubit-ui-web/design-system", |
40 | 34 | "lint:fix": "turbo run lint:fix --continue", |
41 | 35 | "format": "turbo run format --continue", |
42 | 36 | "format:check": "turbo run format:check --continue", |
43 | 37 | "test": "turbo run test --filter=@kubit-ui-web/react-components", |
44 | 38 | "test:watch": "turbo run test:watch --filter=@kubit-ui-web/react-components", |
45 | 39 | "test:coverage": "turbo run test:coverage --filter=@kubit-ui-web/react-components", |
46 | 40 | "typecheck": "turbo run typecheck --continue", |
47 | | - "typecheck:components": "turbo run typecheck --filter=@kubit-ui-web/react-components", |
48 | | - "typecheck:design-system": "turbo run typecheck --filter=@kubit-ui-web/design-system", |
49 | | - "typecheck:storybook": "turbo run typecheck --filter=@kubit-ui-web/storybook", |
50 | 41 | "validate": "turbo run format:check lint typecheck build --filter=!@kubit-ui-web/storybook --continue", |
51 | 42 | "validate:quick": "turbo run lint typecheck --continue", |
52 | 43 | "validate:ci": "turbo run format:check lint typecheck test build --filter=!@kubit-ui-web/storybook --continue", |
|
55 | 46 | "clean": "turbo run clean && rm -rf node_modules .pnpm-store", |
56 | 47 | "clean:build": "turbo run clean:build", |
57 | 48 | "clean:cache": "turbo daemon clean && rm -rf .turbo", |
58 | | - "graph": "turbo run build --graph=dependency-graph.html", |
59 | | - "graph:dot": "turbo run build --graph=dependency-graph.dot", |
60 | 49 | "changeset": "changeset", |
61 | 50 | "changeset:version": "changeset version", |
62 | 51 | "changeset:publish": "pnpm build && changeset publish", |
|
0 commit comments