We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54c485e + 46564fa commit 7ff43e9Copy full SHA for 7ff43e9
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
// "forwardPorts": [],
24
25
- "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]"
26
27
// Use 'postCreateCommand' to run commands after the container is created.
28
// "postCreateCommand": "yarn install",
0 commit comments