We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39bee95 commit 9d93b09Copy full SHA for 9d93b09
1 file changed
.devcontainer/postCreate.sh
@@ -8,6 +8,6 @@ poetry install --with dev
8
9
poetry run pre-commit install
10
11
-npm install ./code/frontend
+(cd ./code/frontend; npm install)
12
13
-npm install ./tests/integration/ui/
+(cd ./tests/integration/ui; npm install)
0 commit comments