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

This commit is contained in:
2019-06-25 03:33:15 +01:00
parent 62a7c1a9d4
commit f2e9b8ed7d

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"
} }