diff --git a/package.json b/package.json index a022dd3..578fc87 100644 --- a/package.json +++ b/package.json @@ -9,8 +9,8 @@ "preinstall": "node -e \"if(process.env.CI == 'true') {console.log('Skipping preinstall...'); process.exit(1)}\" || npx -y only-allow pnpm", "install:csb": "corepack enable && pnpm install --frozen-lockfile", "test": "pnpm run test:ci", - "test:pr": "nx affected --targets=test:format,test:eslint,test:lib,test:types,test:build,build", - "test:ci": "nx run-many --targets=test:format,test:eslint,test:lib,test:types,test:build,build", + "test:pr": "nx affected --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", + "test:ci": "nx run-many --targets=test:format,test:sherif,test:knip,test:eslint,test:lib,test:types,test:build,build", "test:eslint": "nx affected --target=test:eslint", "test:format": "pnpm run prettier --check", "test:sherif": "sherif",