diff --git a/package.json b/package.json index 60395827..be0ac817 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@technote-space/github-action-test-helper", - "version": "0.8.0", + "version": "0.8.1", "description": "Test helper for GitHub Actions.", "keywords": [ "github", diff --git a/tsconfig.json b/tsconfig.json index 2deadb11..1cd162d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -70,8 +70,7 @@ }, "exclude": [ "node_modules", - "__tests__", "dist/**/*", - "jest.setup.ts" + "vite.config.ts" ] }