adds a 'watch' target
This commit is contained in:
parent
8ec60de3f3
commit
a94227dffd
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ PRODDESTDIR=/srv/www/yavsc
|
|||
|
||||
default: pushInPre
|
||||
|
||||
watch:
|
||||
ASPNET_ENV=Development dnx-watch web --configuration=Debug
|
||||
|
||||
cleanRelease:
|
||||
rm -rf bin/Release
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue