1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00
joplin/ReactNativeClient/clean_build.bat

7 lines
143 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
start_server.bat