1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-27 08:21:03 +02:00
joplin/packages/app-mobile/clean_build.bat

7 lines
140 B
Batchfile
Raw Normal View History

2017-07-08 01:25:10 +02:00
@echo off
rmdir /s/q android\app\build
rmdir /s/q android\build
2017-07-10 00:57:15 +02:00
rmdir /s/q android\.gradle
rmdir /s/q node_modules
2017-07-10 21:16:59 +02:00
npm install
npm run start