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:
parent
7446fe4cc7
commit
978dd39924
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue