|
12 | 12 | "next-pwa-e2e-test" |
13 | 13 | ], |
14 | 14 | "scripts": { |
15 | | - "build": "cross-env FORCE_COLOR=1 turbo run build --filter=./packages/*", |
| 15 | + "build": "FORCE_COLOR=1 turbo run build --filter='./packages/*'", |
16 | 16 | "code-check": "biome check --max-diagnostics=150 --log-kind=compact .", |
17 | 17 | "code-check:apply": "pnpm code-check --apply", |
18 | 18 | "deps": "node ncu.js", |
19 | | - "dev": "cross-env FORCE_COLOR=1 turbo run dev --parallel --filter=./packages/*", |
20 | | - "docs:build": "cross-env FORCE_COLOR=1 turbo run build --filter=./docs", |
| 19 | + "dev": "FORCE_COLOR=1 turbo run dev --parallel --filter='./packages/*'", |
| 20 | + "docs:build": "FORCE_COLOR=1 turbo run build --filter='./docs'", |
21 | 21 | "nochange": "changeset --empty", |
22 | | - "examples:build": "cross-env FORCE_COLOR=1 turbo run build --filter=./examples/* --concurrency=50%", |
23 | | - "examples:dev": "cross-env FORCE_COLOR=1 turbo run dev --parallel --filter=./examples/*", |
| 22 | + "examples:build": "FORCE_COLOR=1 turbo run build --filter='./examples/*' --concurrency=50%", |
| 23 | + "examples:dev": "FORCE_COLOR=1 turbo run dev --parallel --filter='./examples/*'", |
24 | 24 | "format": "biome format --max-diagnostics=100 --log-kind=compact .", |
25 | 25 | "format:write": "pnpm format --write", |
26 | 26 | "lint": "biome lint --max-diagnostics=100 --log-kind=compact .", |
27 | 27 | "lint:fix": "pnpm lint --apply", |
28 | | - "test": "cross-env FORCE_COLOR=1 turbo run test --filter=./packages/*", |
29 | | - "typecheck": "cross-env FORCE_COLOR=1 turbo run typecheck" |
| 28 | + "publish-packages": "pnpm typecheck && pnpm lint && pnpm build && changeset publish", |
| 29 | + "test": "FORCE_COLOR=1 turbo run test --filter='./packages/*'", |
| 30 | + "typecheck": "FORCE_COLOR=1 turbo run typecheck" |
30 | 31 | }, |
31 | 32 | "devDependencies": { |
32 | 33 | "@biomejs/biome": "1.7.2", |
|
37 | 38 | "@types/shell-quote": "1.7.5", |
38 | 39 | "@typescript-eslint/eslint-plugin": "7.8.0", |
39 | 40 | "@typescript-eslint/parser": "7.8.0", |
40 | | - "cross-env": "7.0.3", |
41 | 41 | "fast-glob": "3.3.2", |
42 | 42 | "jest": "29.7.0", |
43 | 43 | "npm-check-updates": "16.14.20", |
|
0 commit comments