remove node_modules after eslint pass
This commit is contained in:
@@ -24,6 +24,8 @@ jobs:
|
||||
- name: eslint
|
||||
run: npx eslint js plugins
|
||||
|
||||
- run: rm -rf node_modules
|
||||
|
||||
- name: phpunit
|
||||
run: php81 ./vendor/bin/phpunit
|
||||
|
||||
|
||||
Reference in New Issue
Block a user