Skip to content

Commit a16152c

Browse files
fern-supportKapil GowruKapil Gowru
authored
Scribe turbopuffer context (#306)
Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Kapil Gowru <[email protected]>
1 parent d9f8207 commit a16152c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/fern-scribe.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
cache: 'npm'
2828
cache-dependency-path: .github/scripts/package.json
2929

30-
- name: Install dependencies
30+
- name: Clean install dependencies
3131
run: |
3232
cd .github/scripts
33+
rm -rf node_modules package-lock.json
3334
npm install
3435
3536
# --- NEW STEP: Generate my-mappings.md ---

0 commit comments

Comments
 (0)