fixes a strange restore behavior
This commit is contained in:
parent
a366285835
commit
0756b3b2dd
5 changed files with 30 additions and 3 deletions
|
|
@ -31,8 +31,8 @@
|
|||
"contrib"
|
||||
],
|
||||
"buildOptions": {
|
||||
"debugType": "full",
|
||||
"emitEntryPoint": true,
|
||||
"debugType": "portable",
|
||||
"emitEntryPoint": false,
|
||||
"outputName": "Yavsc",
|
||||
"compile": {
|
||||
"include": "*.cs",
|
||||
|
|
@ -185,7 +185,11 @@
|
|||
]
|
||||
},
|
||||
"scripts": {
|
||||
"prepublish": "make minify"
|
||||
"prepublish": "make minify",
|
||||
"postrestore": [
|
||||
"grep -v '\\.\\.dll' project.lock.json > new.project.lock.json",
|
||||
"mv new.project.lock.json project.lock.json"
|
||||
]
|
||||
},
|
||||
"embed": "Views/**/*.cshtml"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue