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 aaea782 commit 0a316eaCopy full SHA for 0a316ea
.devcontainer/postCreate.sh
@@ -9,5 +9,7 @@ opam install . --deps-only --with-test --with-dev-setup -y
9
echo 'eval $(opam env)' >> ~/.zshrc
10
echo 'eval $(opam env)' >> ~/.bashrc
11
12
+nvm install
13
+
14
corepack enable
15
printf "\n" | yarn
0 commit comments