From f2e9b8ed7ddaef7848e6ed311b7a4536389cae97 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 25 Jun 2019 03:33:15 +0100 Subject: [PATCH] Fixes travis ci, since strotygen is not published as dnx-compatible tool --- src/Yavsc/project.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Yavsc/project.json b/src/Yavsc/project.json index c28771c2..24798a00 100644 --- a/src/Yavsc/project.json +++ b/src/Yavsc/project.json @@ -177,8 +177,7 @@ ] }, "scripts": { - "prepublish": "make minify", - "prepare": "make prepare_code prepare_mvc_templates" + "prepublish": "make minify" }, "embed": "Views/**/*.cshtml" }