Lint build script
This commit is contained in:
parent
2392718d29
commit
b0b674b2fb
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fi
|
|||
echo -e "\n\n Building theme pages"
|
||||
echo -e " ======================\n\n"
|
||||
|
||||
for file in $(ls index_*.ts)
|
||||
for file in index_*.ts
|
||||
do
|
||||
theme=${file:6:-3}
|
||||
echo -e "\n\n $theme"
|
||||
|
|
Loading…
Reference in a new issue