Files
myPrayerJournal/build-vue.bat
T

5 lines
68 B
Batchfile
Raw Normal View History

2017-05-20 09:45:48 -05:00
@echo off
cd .\src\app
2017-08-06 15:42:09 -05:00
npm run build prod
2017-05-20 09:45:48 -05:00
cd ..\..
exit %errorlevel%