threepipe
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

build-plugins.mjs 199B

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