We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 302449c commit 179678eCopy full SHA for 179678e
2 files changed
.github/workflows/release.yml
@@ -25,7 +25,6 @@ jobs:
25
with:
26
node-version: 22
27
cache: pnpm
28
- registry-url: 'https://registry.npmjs.org'
29
30
- run: pnpm install --frozen-lockfile
31
@@ -37,8 +36,6 @@ jobs:
37
36
version: pnpm version-packages
38
env:
39
GITHUB_TOKEN: ${{ secrets.CHANGESETS_PAT }}
40
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
- NPM_CONFIG_PROVENANCE: true
42
43
- name: Create GitHub Releases
44
if: steps.changesets.outputs.published == 'true'
turbo.json
@@ -6,6 +6,11 @@
6
"inputs": ["$TURBO_DEFAULT$", ".env*"],
7
"outputs": ["dist/**"]
8
},
9
+ "@cometloop/safe-docs#build": {
10
+ "dependsOn": ["^build"],
11
+ "inputs": ["$TURBO_DEFAULT$", ".env*"],
12
+ "outputs": [".next/**", "out/**"]
13
+ },
14
"lint": {},
15
"test": {
16
"dependsOn": ["^build"],
0 commit comments