Skip to content

Commit 64903fe

Browse files
Fix aspnet-webpack build on machines that don't already have tsd in the node_modules dir here
1 parent 077f918 commit 64903fe

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.SpaServices/npm/aspnet-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Helpers for using Webpack in ASP.NET Core projects. Works in conjunction with the Microsoft.AspNetCore.SpaServices NuGet package.",
55
"main": "index.js",
66
"scripts": {
7-
"prepublish": "rimraf *.d.ts && tsd update && tsc && echo 'Finished building NPM package \"aspnet-webpack\"'",
7+
"prepublish": "rimraf *.d.ts && tsc && echo 'Finished building NPM package \"aspnet-webpack\"'",
88
"test": "echo \"Error: no test specified\" && exit 1"
99
},
1010
"author": "Microsoft",

0 commit comments

Comments
 (0)