build: add shell script for macOS

This commit is contained in:
Argo Zhang 2019-09-07 00:07:14 +08:00
parent 339b6ebc65
commit 68fb76c385
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
4 changed files with 2 additions and 0 deletions

1
watch-run-admin.sh Normal file
View File

@ -0,0 +1 @@
dotnet watch --project ./src/admin/Bootstrap.Admin run

1
watch-run-client.sh Normal file
View File

@ -0,0 +1 @@
dotnet watch --project ./src/client/Bootstrap.Client run