diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c305b18..511f07d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,6 @@ jobs: with: node-version: 22 cache: pnpm - registry-url: 'https://registry.npmjs.org' - run: pnpm install --frozen-lockfile @@ -37,8 +36,6 @@ jobs: version: pnpm version-packages env: GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }} - NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - NPM_CONFIG_PROVENANCE: true - name: Create GitHub Releases if: steps.changesets.outputs.published == 'true' diff --git a/turbo.json b/turbo.json index 1b4e93b..769d977 100644 --- a/turbo.json +++ b/turbo.json @@ -6,6 +6,11 @@ "inputs": ["$TURBO_DEFAULT$", ".env*"], "outputs": ["dist/**"] }, + "@cometloop/safe-docs#build": { + "dependsOn": ["^build"], + "inputs": ["$TURBO_DEFAULT$", ".env*"], + "outputs": [".next/**", "out/**"] + }, "lint": {}, "test": { "dependsOn": ["^build"],