mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/WikiEditor
synced 2024-11-27 17:50:44 +00:00
build: Always exclude node_modules
Change-Id: I603f879aa4cd48a410589f205604baf942631ec0
This commit is contained in:
parent
df43878aa3
commit
313b1b7e71
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"test": [
|
||||
"parallel-lint . --exclude vendor",
|
||||
"parallel-lint . --exclude vendor --exclude node_modules",
|
||||
"phpcs -p -s",
|
||||
"minus-x check ."
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue