mirror of
https://github.com/serverless/serverless.git
synced 2026-01-18 14:58:43 +00:00
install local emulator if functions not deployed
This commit is contained in:
parent
41c01b6989
commit
e84bc39b83
@ -88,7 +88,7 @@ class Run {
|
||||
return BbPromise.resolve();
|
||||
})
|
||||
.then(() => {
|
||||
if (!localEmulatorInstalled()) {
|
||||
if (!functionsDeployed && !localEmulatorInstalled()) {
|
||||
this.logServerless('Installing Local Emulator...');
|
||||
installLocalEmulator();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user