Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Brian Mann
2017-10-04 18:48:07 -04:00
8 changed files with 43 additions and 10 deletions
+12
View File
@@ -85,6 +85,12 @@ copyAllToDist = (distDir) ->
.then ->
console.log("Finished Copying", new Date() - started)
forceNpmInstall = (packagePath, packageToInstall) ->
console.log("Force installing %s", packageToInstall)
console.log("in %s", packagePath)
la(check.unemptyString(packageToInstall), "missing package to install")
npmRun(["install", "--force", packageToInstall], packagePath)
npmInstallAll = (pathToPackages) ->
## 1,060,495,784 bytes (1.54 GB on disk) for 179,156 items
## 313,416,512 bytes (376.6 MB on disk) for 23,576 items
@@ -177,4 +183,10 @@ module.exports = {
symlinkAll
runAllCleanJs
forceNpmInstall
}
if not module.parent
console.log("demo force install")
forceNpmInstall("packages/server", "@ffmpeg-installer/win32-x64")