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 e3d7258 commit 8a35761Copy full SHA for 8a35761
.github/workflows/main.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Install Dependencies
39
if: steps.yarn-cache.outputs.cache-hit != 'true'
40
- run: yarn --prefer-offline --frozen-lockfile
+ run: yarn --frozen-lockfile
41
42
lint:
43
name: Lint
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
- name: Lint
74
run: yarn lint
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
- name: Built
108
run: yarn build
0 commit comments