Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
chore(solution): bump version & remove prepublish script
Browse files Browse the repository at this point in the history
  • Loading branch information
GiuseppePiscopo committed Sep 20, 2016
1 parent 4561c3e commit 831bd7b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/AWATTS/project.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",

"dependencies": {
"Microsoft.NETCore.App": {
Expand Down Expand Up @@ -71,7 +71,6 @@
},

"scripts": {
"prepublish": [ "npm --prefix ./client install ./client", "dotnet bundle" ],
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
}
}

0 comments on commit 831bd7b

Please sign in to comment.