Skip to content

Commit a53f57b

Browse files
committed
Update project.json for publish
1 parent 7990184 commit a53f57b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/VueJsTypeScriptAspNetCoreSample/project.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,10 @@
6161
},
6262

6363
"scripts": {
64-
"prepublish": [ "bower install", "dotnet bundle" ],
64+
"prepublish": [
65+
"npm install",
66+
"npm run build"
67+
],
6568
"postpublish": [ "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%" ]
6669
}
6770
}

0 commit comments

Comments
 (0)