We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6d8fb0 commit ec1542aCopy full SHA for ec1542a
publish.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
+set -e
3
4
rm -rf publish Server/wwwroot
5
yarn install
6
yarn build
-dotnet publish WiFiSurveyor -c Release -o publish
7
+dotnet publish Server -c Release -o publish
0 commit comments