Fix build

This commit is contained in:
pietervdvn 2022-02-14 22:05:04 +01:00
parent 70686137fd
commit 6b1ec7d754
2 changed files with 2 additions and 2 deletions

View file

@ -146,7 +146,7 @@ export default class TagRenderingQuestion extends Combine {
new Combine([options.cancelButton]),
saveButton]).SetClass("flex justify-end flex-wrap-reverse")
]).SetClass("flex mt-2 justify-between"),Them
]).SetClass("flex mt-2 justify-between"),
new Toggle(Translations.t.general.testing.SetClass("alert"), undefined, state.featureSwitchIsTesting)
])

View file

@ -25,7 +25,7 @@ cp -r assets/themes/ dist/assets/themes/
cp -r assets/svg/ dist/assets/svg/
cp assets/*.png dist/assets/
cp assets/*.svg dist/assets/
cp assets/generated/*.svg dist/assts/generated/
cp assets/generated/*.png dist/assts/generated/
SRC_MAPS="--no-source-maps"
BRANCH=`git rev-parse --abbrev-ref HEAD`