Skip to content

Commit eae6054

Browse files
author
Brylie Christopher Oxley
committed
Restore development scripts
1 parent 27695c0 commit eae6054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
},
2323
"scripts": {
2424
"compat": "phpcs -p --standard=PHPCompatibility --runtime-set testVersion 7.0 -n . --extensions=php --cache",
25-
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor",
25+
"fix": "phpcbf --standard=WordPress . --extensions=php --ignore=vendor,development",
2626
"lint": "parallel-lint . --blame --exclude vendor",
27-
"sniff": "phpcs --standard=WordPress . --ignore=vendor --extensions=php"
27+
"sniff": "phpcs --standard=WordPress . --ignore=vendor,development --extensions=php"
2828
}
2929
}

0 commit comments

Comments
 (0)