myPrayerJournal/build-au.bat
Daniel J. Summers b0b20df36d +Aurelia +Paket +FAKE
Interim commit; there may still be leftover files from the Aurelia
tutorial
2017-05-20 09:45:48 -05:00

5 lines
58 B
Batchfile

@echo off
cd .\src\app
au build
cd ..\..
exit %errorlevel%