summaryrefslogtreecommitdiffstats
path: root/build_testing.bat
blob: 350f192d2e2ab55cbc1aae6aeb6b01cd1e139572 (plain)
1
2
3
4
5
6
7
8
9
10
11
@echo off

pushd .

call sencha app build testing

popd

del build.sqlite

pause