Skip to content

Commit

Permalink
update composer script
Browse files Browse the repository at this point in the history
  • Loading branch information
eug-L committed Nov 26, 2024
1 parent 0c3d5dd commit 0d48742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"license": "AFL-3.0",
"scripts": {
"post-install-cmd": "[ -z \"$GITHUB_ACTIONS\" ] && npm install",
"post-install-cmd": "if [ -z \"$GITHUB_ACTIONS\" ]; then npm install; fi",
"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 && composer run auto-index:8",
Expand Down

0 comments on commit 0d48742

Please sign in to comment.