Fix build

This commit is contained in:
Pieter Vander Vennet 2025-04-27 01:29:36 +02:00
parent 2836e1a273
commit 2fa72ce2bd

View file

@ -22,5 +22,5 @@ runs:
shell: bash
- name: sync translations
run: npm run generate:translations
run: mkdir src/assets/generated && npm run generate:translations
shell: bash