using webpack #122

This commit is contained in:
Jonathan Hornung 2025-08-16 08:29:59 +02:00
commit 52930445fc
7 changed files with 128 additions and 120 deletions

View file

@ -25,8 +25,7 @@ jobs:
with:
node-version: ${{ matrix.node.version }}
- run: npm install
- run: make public
- run: npm run build
- run: npm run build:all
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with: