remove node_modules after eslint pass
This commit is contained in:
parent
0c42d99a93
commit
37014d78fd
|
@ -24,6 +24,8 @@ jobs:
|
|||
- name: eslint
|
||||
run: npx eslint js plugins
|
||||
|
||||
- run: rm -rf node_modules
|
||||
|
||||
- name: phpunit
|
||||
run: php81 ./vendor/bin/phpunit
|
||||
|
||||
|
|
Loading…
Reference in New Issue