mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 22:49:16 -05:00
launcher: clean script
make launcher clean command cross-platform script
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user