Skip to content

Commit

Permalink
remove unnecesary src and test dir from phel-config
Browse files Browse the repository at this point in the history
  • Loading branch information
Chemaclass committed May 24, 2024
1 parent c6d1253 commit c79b034
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"require": {
"php": ">=8.2",
"phel-lang/phel-lang": "^0.13",
"phel-lang/phel-lang": "^0.14",
"symfony/routing": "^6.4 || ^7.0"
},
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions phel-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
use Phel\Config\PhelConfig;

return (new PhelConfig())
->setSrcDirs(['src'])
->setTestDirs(['tests'])
->setIgnoreWhenBuilding([
'performance.phel',
'local.phel'
]);
])
;

0 comments on commit c79b034

Please sign in to comment.