Migrate to webpack
This commit is contained in:
parent
4d59ec927c
commit
02486d671e
8 changed files with 1773 additions and 370 deletions
5
.github/workflows/check.yml
vendored
5
.github/workflows/check.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue