Skip to content

Commit 179678e

Browse files
authored
fix: turbo setup (#10)
* fix: pipeline issues * fix: pipeline
1 parent 302449c commit 179678e

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ jobs:
2525
with:
2626
node-version: 22
2727
cache: pnpm
28-
registry-url: 'https://registry.npmjs.org'
2928

3029
- run: pnpm install --frozen-lockfile
3130

@@ -37,8 +36,6 @@ jobs:
3736
version: pnpm version-packages
3837
env:
3938
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40-
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41-
NPM_CONFIG_PROVENANCE: true
4239

4340
- name: Create GitHub Releases
4441
if: steps.changesets.outputs.published == 'true'

turbo.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"inputs": ["$TURBO_DEFAULT$", ".env*"],
77
"outputs": ["dist/**"]
88
},
9+
"@cometloop/safe-docs#build": {
10+
"dependsOn": ["^build"],
11+
"inputs": ["$TURBO_DEFAULT$", ".env*"],
12+
"outputs": [".next/**", "out/**"]
13+
},
914
"lint": {},
1015
"test": {
1116
"dependsOn": ["^build"],

0 commit comments

Comments
 (0)