We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbebd9d commit 51715e6Copy full SHA for 51715e6
.devcontainer/devcontainer.json
@@ -23,7 +23,7 @@
23
// Use 'forwardPorts' to make a list of ports inside the container available locally.
24
// "forwardPorts": [],
25
26
- "onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected].11"
+ "onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected].13"
27
28
29
// Use 'postCreateCommand' to run commands after the container is created.
0 commit comments