We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b4fe0 commit fd987eaCopy full SHA for fd987ea
.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].7 -g && learnpack plugins:install @learnpack/[email protected]"
+ "onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].13 -g && learnpack plugins:install @learnpack/[email protected]"
27
28
// Use 'postCreateCommand' to run commands after the container is created.
29
// "postCreateCommand": "yarn install",
0 commit comments