Selaa lähdekoodia

Fix typo

master
Palash Bansal 2 vuotta sitten
vanhempi
commit
db41b4100c
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      scripts/each-plugin.mjs

+ 1
- 1
scripts/each-plugin.mjs Näytä tiedosto

console.log(`Executing '${command}' in all plugins`) console.log(`Executing '${command}' in all plugins`)


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

Loading…
Peruuta
Tallenna