@ronin/cli
Advanced tools
Comparing version 0.2.40-corny-ron-1112-1-experimental-150 to 0.2.40-corny-ron-1112-2-experimental-151
@@ -14,2 +14,2 @@ /** | ||
export { run as default, run }; | ||
export { run as default }; |
@@ -1536,5 +1536,2 @@ // src/index.ts | ||
let migrationPrompt; | ||
if (migrations.length === 0) { | ||
throw new Error("No migration files found - Run `ronin diff`"); | ||
} | ||
if (!flags.apply) { | ||
@@ -1926,2 +1923,4 @@ migrationPrompt = migrationFilePath ?? await select3({ | ||
spinner.fail(err.message); | ||
} else { | ||
throw err; | ||
} | ||
@@ -1961,4 +1960,3 @@ process.exit(1); | ||
export { | ||
index_default as default, | ||
run | ||
index_default as default | ||
}; |
{ | ||
"name": "@ronin/cli", | ||
"version": "0.2.40-corny-ron-1112-1-experimental-150", | ||
"version": "0.2.40-corny-ron-1112-2-experimental-151", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "The command-line interface for RONIN.", |
79060
1941