Refactoring: remove unnecessary copy command from build script
This commit is contained in:
parent
15063f9be0
commit
f0637307a3
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ vite build $SRC_MAPS
|
|||
cp -r assets/layers/ dist/assets/layers/
|
||||
cp -r assets/themes/ dist/assets/themes/
|
||||
cp -r assets/svg/ dist/assets/svg/
|
||||
cp -r assets/templates/ dist/assets/templates/
|
||||
cp -r assets/tagRenderings/ dist/assets/tagRenderings/
|
||||
cp assets/*.png dist/assets/
|
||||
cp assets/*.svg dist/assets/
|
||||
|
|
Loading…
Reference in a new issue