utn-cli 2.0.8 → 2.0.9
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/commands/backend.js +1 -0
- package/package.json +1 -1
package/commands/backend.js
CHANGED
|
@@ -159,6 +159,7 @@ export async function updateBackend() {
|
|
|
159
159
|
|
|
160
160
|
copiarDirectorios(directoriodePlantillas, directorioDestino, archivosAExcluir);
|
|
161
161
|
mostrarVersion(path.join(__dirname, '../package.json')); // Show main CLI version
|
|
162
|
+
fs.renameSync('gitignore', '.gitignore');
|
|
162
163
|
await inicializarProyectoBackend();
|
|
163
164
|
console.log('Proyecto de backend actualizado exitosamente.');
|
|
164
165
|
closeReadLine();
|