|
12 | 12 | "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...')} else {process.exit(1)}\" || npx -y only-allow pnpm", |
13 | 13 | "prepare": "husky", |
14 | 14 | "test": "pnpm run test:ci", |
15 | | - "test:pr": "nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw", |
16 | | - "test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build,test:attw", |
| 15 | + "test:pr": "nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
| 16 | + "test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", |
17 | 17 | "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", |
18 | 18 | "test:format": "pnpm run prettier --check", |
19 | 19 | "test:sherif": "sherif -p \"./integrations/*\" -p \"./examples/*\"", |
20 | 20 | "test:lib": "nx affected --target=test:lib --exclude=examples/**", |
21 | 21 | "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", |
22 | 22 | "test:build": "nx affected --target=test:build --exclude=examples/**", |
23 | | - "test:attw": "nx affected --target=test:attw --exclude=examples/**", |
24 | 23 | "test:types": "nx affected --target=test:types --exclude=examples/**", |
25 | 24 | "test:knip": "knip", |
26 | 25 | "build": "nx affected --target=build --exclude=examples/**", |
|
0 commit comments