Explorar el Código

Fix typo

master
Palash Bansal hace 2 años
padre
commit
db41b4100c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      scripts/each-plugin.mjs

+ 1
- 1
scripts/each-plugin.mjs Ver fichero

@@ -5,4 +5,4 @@ if(!command) throw new Error('Command is required')
console.log(`Executing '${command}' in all plugins`)

// Each plugin should have "prepare" that will also build the plugin
execEachPlugin(`npm ${command}}`) // install dependencies
execEachPlugin(`npm ${command}`) // install dependencies

Cargando…
Cancelar
Guardar