1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-10-31 00:07:48 +02:00
Files
joplin/packages/app-mobile/clean_build.bat
2021-12-20 15:08:43 +00:00

7 lines
142 B
Batchfile

@echo off
rmdir /s/q android\app\build
rmdir /s/q android\build
rmdir /s/q android\.gradle
rmdir /s/q node_modules
yarn install
yarn run start