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 4dd4434 commit f9548f5Copy full SHA for f9548f5
.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@5.0.7 -g && learnpack plugins:install @learnpack/html@1.1.7"
+ "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@5.0.13 -g && learnpack plugins:install @learnpack/html@1.1.7"
27
28
// Use 'postCreateCommand' to run commands after the container is created.
29
// "postCreateCommand": "yarn install",
0 commit comments