Skip to content

Commit 3f03174

Browse files
committed
fix: build encore
1 parent 7962cc3 commit 3f03174

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout
1717
uses: actions/checkout@v4
1818
- name: Install
19-
run: yarn install --frozen-lockfile
19+
run: yarn --frozen-lockfile
2020
- name: Bundle
2121
run: yarn bundle
2222
- name: Release

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3022,7 +3022,7 @@ [email protected]:
30223022
dependencies:
30233023
"@typescript-eslint/utils" "^5.10.0"
30243024

3025-
eslint-plugin-prettier@^5.0.0:
3025+
30263026
version "5.0.1"
30273027
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
30283028
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==

0 commit comments

Comments
 (0)