We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1577146 commit d245720Copy full SHA for d245720
buildAll.sh
@@ -1,6 +1,12 @@
1
dir=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
2
echo "Start building Electron.NET dev stack..."
3
4
+echo "Build Electron Host"
5
+pushd $dir//ElectronNET.Host
6
+ npm install
7
+ npm run-script start
8
+popd
9
+
10
echo "Restore & Build API"
11
pushd $dir/ElectronNET.API
12
dotnet restore
0 commit comments