joplin/packages/app-mobile/clean_build.bat

7 lines
142 B
Batchfile
Raw Normal View History

2017-07-07 23:25:10 +00:00
@echo off
rmdir /s/q android\app\build
rmdir /s/q android\build
2017-07-09 22:57:15 +00:00
rmdir /s/q android\.gradle
rmdir /s/q node_modules
yarn install
yarn run start