rename php-cs-fixer54 filename

This commit is contained in:
Km.Van
2024-07-27 15:53:07 +08:00
parent 7521014a9c
commit eae6cddd58
3 changed files with 91 additions and 2185 deletions

View File

@@ -7,11 +7,11 @@
"scripts": {
"lang": "node ./tools/lang-builder.mjs",
"dev": "webpack --config webpack.config.mjs",
"dev:php": "php ./Make.php dev; php -S localhost:8000 -t .tmp",
"dev:php": "php ./Make.php dev && php -S localhost:8000 -t .tmp",
"build": "webpack --config webpack.config.prod.mjs",
"build:php": "php-cs-fixer fix ./src --config=.php-cs-fixer54.php; php ./Make.php build; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
"build:php-debug": "php ./Make.php build debug; echo '\nPlease access via http://localhost:8001/prober.php'; php -S localhost:8001 -t dist",
"php-cs-fixer-54": "php-cs-fixer fix ./src --config=.php-cs-fixer54.php"
"build:php": "php-cs-fixer fix ./src --config=.php-cs-fixer54 && php ./Make.php build; echo '\nPlease access via http://localhost:8001/prober.php' && php -S localhost:8001 -t dist",
"build:php-debug": "php ./Make.php build debug && echo '\nPlease access via http://localhost:8001/prober.php' && php -S localhost:8001 -t dist",
"php-cs-fixer-54": "php-cs-fixer fix ./src --config=.php-cs-fixer54"
},
"browserslist": [
"defaults"