Remove scripts from project.json sample

This commit is contained in:
Hao Kung 2016-05-20 12:51:49 -07:00
parent 33ec5bff7a
commit 4c63935174
1 changed files with 0 additions and 9 deletions

View File

@ -60,15 +60,6 @@
"imports": "portable-net451+win8"
}
},
"scripts": {
"prepublish": [
"npm install",
"bower install",
"gulp clean",
"gulp min"
],
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
},
"publishOptions": {
"include": [
"appsettings.json",