Migrate to webpack

This commit is contained in:
Andras Schmelczer 2025-01-05 15:30:38 +00:00
parent 4d59ec927c
commit 02486d671e
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
8 changed files with 1773 additions and 370 deletions

View file

@ -51,6 +51,11 @@ jobs:
cd plugin
npm install
npm run lint
if [[ -n $(git status --porcelain) ]]; then
git status --porcelain
echo "Failing CI because the working directory is not clean after linting."
exit 1
fi
- name: Test frontend
run: |