[Web] Enable the closure compiler in CI

Also fixes some JSDoc annotations in GodotAudio
This commit is contained in:
Fabio Alessandrelli 2024-07-26 11:52:36 +02:00
parent 26f17c33a5
commit 96feb924e8
2 changed files with 9 additions and 14 deletions

View file

@ -6,7 +6,7 @@ on:
env:
# Used for the cache key. Add version suffix to force clean build.
GODOT_BASE_BRANCH: master
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no
SCONSFLAGS: verbose=yes warnings=extra werror=yes debug_symbols=no use_closure_compiler=yes
EM_VERSION: 3.1.59
EM_CACHE_FOLDER: "emsdk-cache"