Skip to content

Commit 209fb40

Browse files
authored
Update devcontainer.json
1 parent bd7a824 commit 209fb40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2424
// "forwardPorts": [],
2525

26-
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/node@1.1.11"
26+
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/node@1.1.13"
2727

2828
// Use 'postCreateCommand' to run commands after the container is created.
2929
// "postCreateCommand": "yarn install",

0 commit comments

Comments
 (0)