threepipe
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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