1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-23 18:53:36 +02:00
joplin/packages/app-mobile/clean_build.bat

7 lines
138 B
Batchfile
Raw Normal View History

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