Skip to content

Commit 6db61c5

Browse files
author
xyzjesper
committed
Removed --frozen-lockfile
1 parent 66a34eb commit 6db61c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
INTERNAL_PASSWORD: ${{ secrets.INTERNAL_PASSWORD }}
35-
run: bun install --frozen-lockfile
35+
run: bun install
3636

3737
- name: Generate TSDoc
3838
uses: erikyo/tsdoc-action@v1

0 commit comments

Comments
 (0)