We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb4a7 commit 2dc73b5Copy full SHA for 2dc73b5
index.js
@@ -39,14 +39,14 @@ async function runServerlessDeploy() {
39
)
40
}
41
42
-// Main function
+// Runs all functions in sequence
43
async function handler() {
44
await installDocker()
45
await installServerlessAndPlugins()
46
await runServerlessDeploy()
47
48
49
-
+// Main function
50
if (require.main === module) {
51
handler()
52
test.js
0 commit comments