forked from MapComplete/MapComplete
Scripts: exclude 'style_test' from Android-build
This commit is contained in:
parent
a144daa2f0
commit
4c0a42d5b6
1 changed files with 2 additions and 0 deletions
|
@ -25,10 +25,12 @@ fi
|
|||
mv studio.html studiohtml
|
||||
mv test.html testhtml
|
||||
mv statistics.html statisticshtml
|
||||
mv style_test.html style_testhtml
|
||||
npm run build
|
||||
mv statisticshtml statistics.html
|
||||
mv testhtml test.html
|
||||
mv studiohtml studio.html
|
||||
mv style_testhtml style_test.html
|
||||
|
||||
echo '''
|
||||
import type { CapacitorConfig } from "@capacitor/cli";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue