Skip to content

Commit 611b353

Browse files
committed
fix: use --no-frozen-lockfile for CI pnpm install
1 parent b0c1891 commit 611b353

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
cd claude-devtools-host
29-
pnpm install --frozen-lockfile
29+
pnpm install --no-frozen-lockfile
3030
3131
- name: Package Chrome Extension
3232
run: |

claude-devtools-host/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@alexstrnik/claude-devtools",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Host server for Claude DevTools Chrome extension",
55
"main": "server.js",
66
"bin": {

0 commit comments

Comments
 (0)