Skip to content

Commit 9d93b09

Browse files
authored
Update postCreate.sh (#587)
1 parent 39bee95 commit 9d93b09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/postCreate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ poetry install --with dev
88

99
poetry run pre-commit install
1010

11-
npm install ./code/frontend
11+
(cd ./code/frontend; npm install)
1212

13-
npm install ./tests/integration/ui/
13+
(cd ./tests/integration/ui; npm install)

0 commit comments

Comments
 (0)