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 66e659a commit d58e493Copy full SHA for d58e493
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@v4
11
- name: Install
12
- run: yarn
+ run: yarn --frozen-lockfile
13
- name: Build
14
run: yarn build
15
- name: Bundle
.github/workflows/lint.yml
@@ -9,6 +9,6 @@ jobs:
- name: Lint
run: yarn lint
.github/workflows/test.yml
- name: Test
run: yarn test
0 commit comments