Skip to content

Commit

Permalink
no-task clean up projektron api integration
Browse files Browse the repository at this point in the history
  • Loading branch information
nxsschoenfeld committed Sep 19, 2024
1 parent ecb0acf commit 8ecd0a2
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 @@ -58,7 +58,7 @@
]
},
"scripts": {
"import": "docker-compose -f .docker/docker-compose.yml up -d && sleep 10 && php bin/console forecast:import:activity && php bin/console forecast:import:periodical:activity && php bin/console queue:client:consumer forecast.send.activity.queue",
"import": "docker-compose -f .docker/docker-compose.yml up -d && sleep 10 && php bin/console import:activity && php bin/console queue:client:consumer projektron.send.activity.queue",
"console": "php bin/console",
"test": "vendor/bin/phpunit"
}
Expand Down

0 comments on commit 8ecd0a2

Please sign in to comment.