Fixes travis ci, since strotygen is not published as dnx-compatible tool

This commit is contained in:
Paul Schneider 2019-06-25 03:33:15 +01:00
commit 89db4a4251

View file

@ -177,8 +177,7 @@
] ]
}, },
"scripts": { "scripts": {
"prepublish": "make minify", "prepublish": "make minify"
"prepare": "make prepare_code prepare_mvc_templates"
}, },
"embed": "Views/**/*.cshtml" "embed": "Views/**/*.cshtml"
} }