Skip to content

Commit 4b64f0c

Browse files
committed
ci: run prepare script after install
1 parent 6aa938f commit 4b64f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Install dependencies
4141
if: steps.cache.outputs.cache-hit != 'true'
42-
run: yarn
42+
run: yarn && yarn dev:prepare
4343

4444
- name: Lint
4545
run: yarn lint

0 commit comments

Comments
 (0)