Skip to content

Dierk is bundling

Dierk is bundling #195

name: Bundling with node/npm/rollup
run-name: ${{ github.actor }} is bundling
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [22.x]
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build
run: |
cd production
npx rollup -o productionBundle.js -f es production.js --no-treeshake --compact