We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd8eed9 commit de09081Copy full SHA for de09081
1 file changed
.github/workflows/pr-checks.yml
@@ -25,7 +25,7 @@ jobs:
25
path: "**/node_modules"
26
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
27
- name: Install packages
28
- run: yarn
+ run: yarn --frozen-lockfile
29
- name: ESLint
30
run: yarn eslint
31
@@ -74,7 +74,7 @@ jobs:
74
75
76
77
78
- name: Build
79
run: yarn build
80
- name: Ensure that the committed dist matches the build
0 commit comments