Add build electron host to buildAll.sh

This commit is contained in:
duncan
2020-08-14 10:19:11 +01:00
parent 1577146187
commit d2457203bc

View File

@@ -1,6 +1,12 @@
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
echo "Start building Electron.NET dev stack..."
echo "Build Electron Host"
pushd $dir//ElectronNET.Host
npm install
npm run-script start
popd
echo "Restore & Build API"
pushd $dir/ElectronNET.API
dotnet restore