launcher: clean script

make launcher clean command cross-platform script
This commit is contained in:
Gleb Bahmutov
2017-09-25 07:30:51 -07:00
parent a0c08bbdf3
commit 573b357595
3 changed files with 14 additions and 5 deletions
+4 -4
View File
@@ -244,10 +244,10 @@ buildCypressApp = (platform, version, options = {}) ->
Promise.resolve()
.then(checkPlatform)
.then(cleanupPlatform)
.then(buildPackages)
.then(copyPackages)
.then(npmInstallPackages)
# .then(cleanupPlatform)
# .then(buildPackages)
# .then(copyPackages)
# .then(npmInstallPackages)
.then(createRootPackage)
.then(copyPackageProxies(distDir))
.then(convertCoffeeToJs)