Skip to content

Commit 2dc73b5

Browse files
committed
formatting js properly
1 parent 6dcb4a7 commit 2dc73b5

File tree

2 files changed

+2
-34
lines changed

2 files changed

+2
-34
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ async function runServerlessDeploy() {
3939
)
4040
}
4141

42-
// Main function
42+
// Runs all functions in sequence
4343
async function handler() {
4444
await installDocker()
4545
await installServerlessAndPlugins()
4646
await runServerlessDeploy()
4747
}
4848

49-
49+
// Main function
5050
if (require.main === module) {
5151
handler()
5252
}

test.js

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)