Include new webpack dist in build artifacts.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-09-11 18:10:04 -05:00
parent ea805bd8c5
commit ee9baf9c52
No known key found for this signature in database
GPG Key ID: 6D9E12FF03411F4E
1 changed files with 2 additions and 0 deletions

View File

@ -45,6 +45,7 @@ jobs :
- name : Set console permissions and clear static assets.
run : |
rm -rf web/static/dist
rm -rf web/static/webpack_dist
rm -rf web/static/webpack.json
rm -rf web/static/assets.json
chmod a+x bin/console
@ -142,6 +143,7 @@ jobs :
resources/locale/compiled
resources/locale/translations.json
web/static/dist
web/static/webpack_dist
web/static/webpack.json
web/static/assets.json