1
0
mirror of https://github.com/devcode-it/openstamanager.git synced 2025-01-19 02:31:22 +01:00

Aggiunta script php-cs-fix

This commit is contained in:
Pek5892 2023-09-12 10:11:50 +02:00
parent 97bf431138
commit ad68eec587

View File

@ -80,6 +80,7 @@
"assets-OSM": "yarn upgrade && yarn run build-OSM",
"build-OSM": "gulp",
"dump-OSM": "php composer.phar dump-autoload",
"windows-fix": "yarn global add windows-build-tools"
"windows-fix": "yarn global add windows-build-tools",
"php-cs-fix": "vendor/bin/php-cs-fixer fix"
}
}