We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 627078c commit 17b4fe0Copy full SHA for 17b4fe0
.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/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/[email protected]"
+ "onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/learnpack@5.0.7 -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