Update the prepare script used to generate code

- The syntax to run dnx with a modified appbase has recently changed
This commit is contained in:
Stephen Halter 2015-07-30 11:52:34 -07:00
parent 7446fe4cc7
commit 978dd39924
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,6 @@
"allowUnsafe": true
},
"scripts": {
"prepare": "dnx ../Microsoft.AspNet.Server.Kestrel.GeneratedCode run Http/FrameHeaders.Generated.cs"
"prepare": "dnx --appbase ../Microsoft.AspNet.Server.Kestrel.GeneratedCode Microsoft.Dnx.ApplicationHost run Http/FrameHeaders.Generated.cs"
}
}