Remove npm/grunt from TagHelpers project.json to fix build
This commit is contained in:
parent
accf0c76f0
commit
2c3148fd25
|
|
@ -14,8 +14,5 @@
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": { },
|
"aspnet50": { },
|
||||||
"aspnetcore50": { }
|
"aspnetcore50": { }
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"prebuild": [ "npm install", "grunt" ]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue