fix: remove frozen lockfile flag from publishing workflow to resolve dependency installation issues

This commit is contained in:
Thomas Hallock
2025-09-29 10:55:34 -05:00
parent beff64652c
commit 18af9730ff

View File

@@ -52,7 +52,10 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install --frozen-lockfile
run: |
echo "Installing dependencies..."
pnpm install
echo "Dependencies installed successfully"
- name: Build abacus-react package
run: pnpm --filter @soroban/abacus-react build