diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8de31b9c4..95733eb3d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -37,9 +37,6 @@ jobs: version: 6.23.2 run_install: true - - name: Prepare Build - run: pnpm build - - name: Automatic GitHub Release uses: justincy/github-action-npm-release@2.0.1 id: release diff --git a/tsconfig.json b/tsconfig.json index d7b6e7a0a..9b0804894 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,5 +24,5 @@ "~*": ["./*"] } }, - "include": ["./src/**/*", "./cli/**/*"] + "include": ["./src/**/*"] }