Chore: add Python requirements and prettier to devcontaier (#2878)

This commit is contained in:
Florian Hye 2024-02-09 20:46:56 +01:00 committed by GitHub
parent eda5b0f0cf
commit 187291eeca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 32 additions and 25 deletions

View file

@ -3,6 +3,8 @@
# Install Node packages
pnpm install
python3 -m pip install -r requirements.txt
# Copy in skeleton configuration if there is no existing configuration
if [ ! -d "config/" ]; then
echo "Adding skeleton config"