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 e47df99 commit f7e583bCopy full SHA for f7e583b
.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 jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.56 -g && learnpack plugins:install @learnpack/node@1.1.13"
+ "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/node@1.1.15"
27
28
// Use 'postCreateCommand' to run commands after the container is created.
29
// "postCreateCommand": "yarn install",
0 commit comments