Fix workflow
This commit is contained in:
parent
7120af21c1
commit
8194f2e655
1 changed files with 3 additions and 0 deletions
3
.github/workflows/pull_request_check.yml
vendored
3
.github/workflows/pull_request_check.yml
vendored
|
@ -24,6 +24,9 @@ jobs:
|
|||
- name: create stub themes
|
||||
run: "echo '{\"layers\": [], \"themes\": []}' > ./assets/generated/known_layers_and_themes.json"
|
||||
|
||||
- name: generate assets
|
||||
run: npm run generate:images
|
||||
|
||||
- name: generate translations
|
||||
run: npm run generate:translations
|
||||
|
||||
|
|
Loading…
Reference in a new issue