fix(CI): Ensure we recompile when needed

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2024-07-12 13:36:15 +02:00
parent 2cc84b2272
commit cf906baba0
No known key found for this signature in database
GPG key ID: 74434EFE0D2E2205

View file

@ -38,6 +38,8 @@ jobs:
- '**.js'
- '**.ts'
- '**.vue'
- 'core/css/*'
- 'core/img/**'
build:
runs-on: ubuntu-latest