We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7962cc3 commit 3f03174Copy full SHA for 3f03174
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
- name: Install
19
- run: yarn install --frozen-lockfile
+ run: yarn --frozen-lockfile
20
- name: Bundle
21
run: yarn bundle
22
- name: Release
yarn.lock
@@ -3022,7 +3022,7 @@ [email protected]:
3022
dependencies:
3023
"@typescript-eslint/utils" "^5.10.0"
3024
3025
-eslint-plugin-prettier@^5.0.0:
+[email protected].1:
3026
version "5.0.1"
3027
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-5.0.1.tgz#a3b399f04378f79f066379f544e42d6b73f11515"
3028
integrity sha512-m3u5RnR56asrwV/lDC4GHorlW75DsFfmUcjfCYylTUs85dBRnB7VM6xG8eCMJdeDRnppzmxZVf1GEPJvl1JmNg==
0 commit comments