Skip to content

Commit cbd767c

Browse files
committed
Devcontainer update
1 parent 4f670a4 commit cbd767c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,7 @@
6060
"ghcr.io/devcontainers/features/python:1": {
6161
"installTools": false
6262
}
63-
}
64-
}
63+
},
64+
"updateContentCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install",
65+
"postStartCommand": ". ${NVM_DIR}/nvm.sh && nvm install && nvm use && npm install && poetry install && poetry run pre-commit install"
66+
}

0 commit comments

Comments
 (0)