myPrayerJournal/build-vue.bat
Daniel J. Summers 5a7a74c167 mostly housekeeping
- App - some package clean-up
- API - removed commented code that is not needed, postured for JSON
outputs
- Build - modified the scripts to build Vue into API's wwwroot folder,
which will get copied on publish; adjusted FAKE task dependencies to be
more granular
2017-08-06 15:42:09 -05:00

5 lines
68 B
Batchfile

@echo off
cd .\src\app
npm run build prod
cd ..\..
exit %errorlevel%