Fix build

This commit is contained in:
Pieter Vander Vennet 2025-04-27 01:11:02 +02:00
parent 42a8f9015e
commit e01a62a70e
2 changed files with 3 additions and 4 deletions

View file

@ -21,3 +21,6 @@ runs:
run: npm ci
shell: bash
- name: sync translations
run: npm run generate:translations
shell: bash

View file

@ -20,10 +20,6 @@ jobs:
run: npm run generate:licenses; npm run generate:images; npm run generate:charging-stations; npm run generate:service-worker; npm run download:editor-layer-index
shell: bash
- name: sync translations
run: npm run generate:translations
shell: bash
- name: Prepare build
run: npm run generate:service-worker && ./scripts/prepare-build.sh
shell: bash