fix missing yarn script

This commit is contained in:
Nazar Hussain
2025-12-11 19:35:02 +01:00
parent 53ee1c8c26
commit 6c1e915ca5

View File

@@ -43,7 +43,7 @@ runs:
- name: Install & build
shell: bash
run: pnpm install --frozen-lockfile && yarn build
run: pnpm install --frozen-lockfile && pnpm build
- name: Check Build
shell: bash