📦
@simbo/rollup-github-actions-config
A rollup configuration for building GitHub Actions written in TypeScript/ESM.
Install @simbo/rollup-github-actions-config from the npm registry:
npm i -D @simbo/rollup-github-actions-config
Create a rollup.config.js file in your project root:
import { getConfig } from '@simbo/rollup-github-actions-config';
export default getConfig();
In your package.json, add a build script:
"build": "rollup -c"
For a complete API reference, see the documentation.