Skip to content

Commit d245720

Browse files
author
duncan
committed
Add build electron host to buildAll.sh
1 parent 1577146 commit d245720

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

buildAll.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
22
echo "Start building Electron.NET dev stack..."
33

4+
echo "Build Electron Host"
5+
pushd $dir//ElectronNET.Host
6+
npm install
7+
npm run-script start
8+
popd
9+
410
echo "Restore & Build API"
511
pushd $dir/ElectronNET.API
612
dotnet restore

0 commit comments

Comments
 (0)