Skip to content

fix: Source maps and djangocms-text-ckeditor plugin migration (#16) #81

fix: Source maps and djangocms-text-ckeditor plugin migration (#16)

fix: Source maps and djangocms-text-ckeditor plugin migration (#16) #81

Workflow file for this run

name: Frontend
on: [push, pull_request]
jobs:
frontend:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Install dependencies
run: npm install
- name: Build bundles
run: webpack --mode=production
# - name: Run gulp
# run: gulp ci