remove node_modules after eslint pass

This commit is contained in:
Andrew Dolgov 2023-03-26 19:18:03 +03:00
parent 0c42d99a93
commit 37014d78fd
No known key found for this signature in database
GPG Key ID: 1A56B4FA25D4AF2A
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ jobs:
- name: eslint
run: npx eslint js plugins
- run: rm -rf node_modules
- name: phpunit
run: php81 ./vendor/bin/phpunit