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 6aa938f commit 4b64f0cCopy full SHA for 4b64f0c
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Install dependencies
41
if: steps.cache.outputs.cache-hit != 'true'
42
- run: yarn
+ run: yarn && yarn dev:prepare
43
44
- name: Lint
45
run: yarn lint
0 commit comments