Enable PHPCS cache
This commit is contained in:
parent
147a40e581
commit
0633f8f335
|
@ -14,7 +14,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"phpcs": "phpcs -p",
|
"phpcs": "phpcs -p --cache",
|
||||||
"phpcbf": "phpcbf -p",
|
"phpcbf": "phpcbf -p",
|
||||||
"phpstan": "phpstan"
|
"phpstan": "phpstan"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue