Palash Bansal před 2 roky
rodič
revize
db41b4100c
Žádný účet není propojen s e-mailovou adresou tvůrce revize
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      scripts/each-plugin.mjs

+ 1
- 1
scripts/each-plugin.mjs Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit