@minkimcello/georgia
Advanced tools
Comparing version 1.12.42 to 1.12.43
@@ -98,10 +98,10 @@ #!/usr/bin/env node | ||
function run() { | ||
setYarn(); | ||
populate(); | ||
install().catch(e => cleanup(e)); | ||
migrate(); | ||
install().catch(e => cleanup(e)); | ||
async function run() { | ||
await setYarn(); | ||
await populate(); | ||
await install().catch(e => cleanup(e)); | ||
await migrate(); | ||
await install().catch(e => cleanup(e)); | ||
}; | ||
run(); |
{ | ||
"name": "@minkimcello/georgia", | ||
"version": "1.12.42", | ||
"version": "1.12.43", | ||
"description": "BigTest Sample App", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/thefrontside/bigtest.git", |
708030