|
10 | 10 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm",
|
11 | 11 | "install:csb": "corepack enable && pnpm install --frozen-lockfile",
|
12 | 12 | "test": "pnpm run test:ci",
|
13 | | - "test:pr": "nx affected --targets=test:lib,test:types,test:eslint,build,test:build --exclude=examples/**", |
14 | | - "test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,build,test:build --exclude=examples/**", |
| 13 | + "test:pr": "nx affected --targets=test:lib,test:types,test:eslint,build,test:build", |
| 14 | + "test:ci": "nx run-many --targets=test:lib,test:types,test:eslint,build,test:build", |
15 | 15 | "test:react:17": "nx affected --target=test:lib",
|
16 | 16 | "test:eslint": "nx affected --target=test:eslint",
|
17 | 17 | "test:format": "pnpm run prettier --check",
|
|
0 commit comments