fix: frozen-lockfile

This commit is contained in:
MARCROCK22 2024-04-14 12:25:53 -04:00
parent a01b6b1536
commit 96003b75dd
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
version: 8
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Create Release Pull Request
uses: changesets/action@v1

View File

@ -24,7 +24,7 @@ jobs:
version: 8
- name: Install dependencies
run: pnpm ci
run: pnpm install --frozen-lockfile
- name: Build
run: npx tsc