@minkimcello/georgia
Advanced tools
Comparing version 1.12.45 to 1.12.46
@@ -99,11 +99,13 @@ #!/usr/bin/env node | ||
async function run() { | ||
return Promise.all([ | ||
await setYarn, | ||
await populate, | ||
await install, | ||
await migrate, | ||
await install | ||
]).catch(e => cleanup(e)); | ||
try { | ||
await setYarn; | ||
await populate; | ||
await install; | ||
await migrate; | ||
await install; | ||
} catch(e) { | ||
cleanup(e); | ||
} | ||
}; | ||
run(); |
{ | ||
"name": "@minkimcello/georgia", | ||
"version": "1.12.45", | ||
"version": "1.12.46", | ||
"description": "BigTest Sample App", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/thefrontside/bigtest.git", |
57
707838
40
25164