forked from MapComplete/MapComplete
Fix build
This commit is contained in:
parent
70686137fd
commit
6b1ec7d754
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
])
|
||||
|
||||
|
|
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue