diff --git a/apps/admin-x-design-system/package.json b/apps/admin-x-design-system/package.json index 744972738f..078e36123e 100644 --- a/apps/admin-x-design-system/package.json +++ b/apps/admin-x-design-system/package.json @@ -11,8 +11,8 @@ "scripts": { "build": "concurrently \"vite build\" \"tsc -p tsconfig.declaration.json\"", "prepare": "yarn build", - "test": "yarn test:unit && yarn test:types", - "test:unit": "yarn nx build && vitest run", + "test": "yarn test:unit", + "test:unit": "yarn test:types && yarn nx build && vitest run", "test:types": "tsc --noEmit", "lint:code": "eslint --ext .js,.ts,.cjs,.tsx src/ --cache", "lint": "yarn lint:code && yarn lint:test",