b0b20df36d
Interim commit; there may still be leftover files from the Aurelia tutorial
5 lines
58 B
Batchfile
5 lines
58 B
Batchfile
@echo off
|
|
cd .\src\app
|
|
au build
|
|
cd ..\..
|
|
exit %errorlevel% |