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

build-plugins.mjs 194B

1年前
12345
  1. import {execEachPlugin} from './utils.mjs';
  2. // Each plugin should have "prepare" that will also build the plugin
  3. execEachPlugin('npm ci') // install dependencies
  4. execEachPlugin('npm run docs')