@minkimcello/georgia
Advanced tools
Comparing version 1.12.46 to 1.12.47
@@ -8,3 +8,3 @@ #!/usr/bin/env node | ||
const BIGTEST_DIR = 'bigtest-sample'; | ||
const BIGTEST_DIR = 'bigtestsample'; | ||
const SOURCE_DIR = `${BIGTEST_DIR}/node_modules/@minkimcello/georgia`; | ||
@@ -92,21 +92,17 @@ | ||
function cleanup(e) { | ||
console.log('Aborting because', e); | ||
fs.rmdirSync(BIGTEST_DIR); | ||
console.log('Deleted generated files.'); | ||
process.exit(1); | ||
}; | ||
// function cleanup(e) { | ||
// console.log('Aborting because', e); | ||
// rmrf.sync(BIGTEST_DIR); | ||
// console.log('Deleted generated files.'); | ||
// process.exit(1); | ||
// }; | ||
async function run() { | ||
try { | ||
await setYarn; | ||
await populate; | ||
await install; | ||
await migrate; | ||
await install; | ||
} catch(e) { | ||
cleanup(e); | ||
} | ||
async function run() { | ||
await setYarn; | ||
await populate; | ||
await install; | ||
await migrate; | ||
await install; | ||
}; | ||
run(); |
{ | ||
"name": "@minkimcello/georgia", | ||
"version": "1.12.46", | ||
"version": "1.12.47", | ||
"description": "BigTest Sample App", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/thefrontside/bigtest.git", |
707801
25160