composer scripts
CI / testsuite (mysql, 8.4, ) (push) Successful in 2m41s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 4m4s
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m16s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m37s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 3m53s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m38s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m3s
CI / Coding Standard & Static Analysis (push) Successful in 2m55s
CI / testsuite (mysql, 8.4, ) (push) Successful in 2m41s
CI / testsuite (pgsql, 8.2, ) (push) Successful in 4m4s
CI / testsuite (mysql, 8.2, ) (push) Successful in 5m16s
CI / testsuite (pgsql, 8.4, ) (push) Successful in 2m37s
CI / testsuite (sqlite, 8.2, ) (push) Successful in 3m53s
CI / testsuite (sqlite, 8.4, ) (push) Successful in 2m38s
CI / testsuite (sqlite, 8.2, prefer-lowest) (push) Successful in 5m3s
CI / Coding Standard & Static Analysis (push) Successful in 2m55s
This commit is contained in:
+8
-2
@@ -32,8 +32,14 @@
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"cs-check": "vendor/bin/phpcs --colors --parallel=16",
|
||||
"cs-fix": "vendor/bin/phpcbf --colors --parallel=16",
|
||||
"check": [
|
||||
"@test",
|
||||
"@cs-check"
|
||||
],
|
||||
"test": "phpunit --colors=always",
|
||||
"cs-check": "vendor/bin/phpcs --colors",
|
||||
"cs-fix": "vendor/bin/phpcbf --colors",
|
||||
"css": "npx @tailwindcss/cli -i ./webroot/css/main.css -o ./webroot/css/output.css --watch",
|
||||
"lowest": "validate-prefer-lowest",
|
||||
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json",
|
||||
"stan": "phpstan analyze"
|
||||
|
||||
Reference in New Issue
Block a user