From 831bd7b169a5d34ee87ef566550b8a8758c41ea5 Mon Sep 17 00:00:00 2001 From: Giuseppe Piscopo Date: Tue, 20 Sep 2016 02:19:08 +0200 Subject: [PATCH] chore(solution): bump version & remove prepublish script --- src/AWATTS/project.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/AWATTS/project.json b/src/AWATTS/project.json index 16f5f9b..896889e 100644 --- a/src/AWATTS/project.json +++ b/src/AWATTS/project.json @@ -1,5 +1,5 @@ { - "version": "1.1.0-*", + "version": "1.2.0-*", "dependencies": { "Microsoft.NETCore.App": { @@ -71,7 +71,6 @@ }, "scripts": { - "prepublish": [ "npm --prefix ./client install ./client", "dotnet bundle" ], "postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ] } }