We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0171f0 commit 6a11b05Copy full SHA for 6a11b05
.devcontainer/onCreateCommand.sh
@@ -6,4 +6,6 @@ poetry config virtualenvs.create true
6
poetry config virtualenvs.in-project true
7
poetry install --no-interaction --no-ansi
8
9
+git submodule update --init
10
+
11
invoke demo.build
.devcontainer/postCreateCommand.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
3
git pull
4
+git submodule update
5
invoke demo.start --wait
0 commit comments