Skip to content

Commit ec1542a

Browse files
committedSep 13, 2020
FIx publish script post-rename
1 parent f6d8fb0 commit ec1542a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎publish.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
2+
set -e
23

34
rm -rf publish Server/wwwroot
45
yarn install
56
yarn build
6-
dotnet publish WiFiSurveyor -c Release -o publish
7+
dotnet publish Server -c Release -o publish

0 commit comments

Comments
 (0)