threepipe
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

build-plugins.mjs 168B

1234
  1. import {execEachPlugin} from "./utils.mjs";
  2. // Each plugin should have "prepare" that will also build the plugin
  3. execEachPlugin('npm install') // install dependencies