mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 20:46:08 +00:00
fix: frozen-lockfile
This commit is contained in:
parent
a01b6b1536
commit
96003b75dd
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -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
|
||||
|
2
.github/workflows/transpile.yml
vendored
2
.github/workflows/transpile.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
version: 8
|
||||
|
||||
- name: Install dependencies
|
||||
run: pnpm ci
|
||||
run: pnpm install --frozen-lockfile
|
||||
|
||||
- name: Build
|
||||
run: npx tsc
|
||||
|
Loading…
x
Reference in New Issue
Block a user