We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7990184 commit a53f57bCopy full SHA for a53f57b
src/VueJsTypeScriptAspNetCoreSample/project.json
@@ -61,7 +61,10 @@
61
},
62
63
"scripts": {
64
- "prepublish": [ "bower install", "dotnet bundle" ],
+ "prepublish": [
65
+ "npm install",
66
+ "npm run build"
67
+ ],
68
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
69
}
70
0 commit comments