Skip to content

Commit

Permalink
update composer scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Sep 12, 2024
1 parent 6821652 commit 3f80edd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
},
"license": "AFL-3.0",
"scripts": {
"post-install-cmd": "[ -z \"$GITHUB_ACTIONS\" ] && npm install",
"lint": "phpcs -p -s -v --runtime-set ignore_warnings_on_exit true .",
"lint:fix": "php-cs-fixer fix --config='.php-cs-fixer.dist.php'",
"auto-index": "composer run auto-index:1.6 && composer run auto-index:1.7",
"auto-index": "composer run auto-index:1.6 && composer run auto-index:1.7 && composer run auto-index:8",
"auto-index:1.6": "autoindex prestashop:add:index ./prestashop1.6",
"auto-index:1.7": "autoindex prestashop:add:index ./prestashop1.7",
"auto-index:8": "autoindex prestashop:add:index ./prestashop8.x",
"build": "composer run build:dev && composer run build:prod",
"build:dev": "composer install",
"build:prod": "composer run build:1.6 && composer run build:1.7 && composer run build:8",
Expand Down

0 comments on commit 3f80edd

Please sign in to comment.