Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Oct 16, 2024
1 parent e22dfba commit f529d76
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions api/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,19 @@
"symfony/polyfill-iconv": "*",
"symfony/polyfill-php72": "*"
},
"scripts": {
"auto-scripts": {
"cache:clear": "symfony-cmd",
"assets:install %PUBLIC_DIR%": "symfony-cmd"
},
"post-install-cmd": [
"@auto-scripts"
],
"post-update-cmd": [
"@auto-scripts"
],
"test": "unset DATA_DIR DATABASE_URL && rm -f tests/data/test.db && bin/console doctrine:schema:create -e test && ./bin/phpunit"
},
"conflict": {
"symfony/symfony": "*"
},
Expand Down

0 comments on commit f529d76

Please sign in to comment.