threepipe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build-plugins.mjs 194B

1 year ago
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')