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

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