eitri-cli 1.1.0-beta.1 → 1.1.0-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/cmd/push-version.js
CHANGED
|
@@ -78,7 +78,6 @@ ${await targetService.getAppConfExampleSnippet()}
|
|
|
78
78
|
await miniLog.connect(userWorkspace.id)
|
|
79
79
|
console.log(separator)
|
|
80
80
|
console.log('Analisando versões')
|
|
81
|
-
await workspace.checkVersions()
|
|
82
81
|
|
|
83
82
|
// Verificar se precisamos dessa parte
|
|
84
83
|
const {target} = await workspace.checkVersions()
|
|
@@ -48,7 +48,7 @@ async function writeGlobalWorkspaceConfig(selectedWorkspace) {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
async function writeLocalWorkspaceConfig(selectedWorkspace) {
|
|
51
|
-
const miniAppConfPath = path.resolve(process.cwd(), "
|
|
51
|
+
const miniAppConfPath = path.resolve(process.cwd(), "eitri-app.conf.js");
|
|
52
52
|
if (!existsSync(miniAppConfPath)) {
|
|
53
53
|
console.error(
|
|
54
54
|
"Você só pode selecionar um workspace como local dentro de um eitri-app"
|