Further work on fix for #235 (solving additional problem that 'npm publish' is hardcoded to exclude node_modules dirs)

This commit is contained in:
SteveSandersonMS
2016-09-08 15:58:47 +01:00
parent 5750c4aab7
commit 0bcf4b0700
9 changed files with 19 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
This file exists as a workaround for https://github.com/dotnet/cli/issues/1396
('dotnet publish' does not publish any directories that didn't exist or were
empty before the publish script started, which means it's not enough just to
run 'npm install' during publishing: you need to ensure node_modules already
existed at least).
Hopefully, this can be removed after the move to the new MSBuild.