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 6897999 commit 22ec5ddCopy full SHA for 22ec5dd
.github/workflows/pr-checks.yml
@@ -26,7 +26,7 @@ jobs:
26
path: "**/node_modules"
27
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
28
- name: Install packages
29
- run: yarn
+ run: yarn --frozen-lockfile
30
- name: ESLint
31
run: yarn eslint
32
@@ -77,7 +77,7 @@ jobs:
77
78
79
80
81
- name: Build
82
run: yarn build
83
- name: Ensure that the committed dist matches the build
0 commit comments