From 1f77c125330936a58b3f4b6838c670dbc46fe528 Mon Sep 17 00:00:00 2001 From: Jonghyeon Ko Date: Sat, 27 Jan 2024 23:01:16 +0900 Subject: [PATCH] ci(sherif): ignore-package ./integrations/* (#6750) Co-authored-by: Dominik Dorfmeister --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 39e4ac68e0..9b96169536 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "test:ci": "nx run-many --targets=test:format,test:sherif,test:eslint,test:lib,test:types,test:build,build --exclude=examples/**", "test:eslint": "nx affected --target=test:eslint --exclude=examples/**", "test:format": "pnpm run prettier --check", - "test:sherif": "sherif -i react-scripts -i typescript --ignore-package react-vite5 --ignore-package react-vite4", + "test:sherif": "sherif --ignore-package \"./integrations/*\"", "test:lib": "nx affected --target=test:lib --exclude=examples/**", "test:lib:dev": "pnpm run test:lib && nx watch --all -- pnpm run test:lib", "test:build": "nx affected --target=test:build --exclude=examples/**",