Skip to content

Commit fbcc64b

Browse files
committed
Add missing composer scripts for linting/formatting
1 parent 7829288 commit fbcc64b

File tree

4 files changed

+15651
-15046
lines changed

4 files changed

+15651
-15046
lines changed

composer.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@
7272
"post-create-project-cmd": [
7373
"Eighteen73\\NebulaTools\\ComposerScripts\\PostCreateProject::run"
7474
],
75-
"test": [
76-
"phpcs"
77-
]
75+
"lint": "./vendor/bin/phpcs --standard=./phpcs.xml",
76+
"format": "./vendor/bin/phpcbf --standard=./phpcs.xml"
7877
}
7978
}

0 commit comments

Comments
 (0)