Skip to content

Commit 6812aa3

Browse files
authored
Update devcontainer.json
1 parent 2278f1f commit 6812aa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2323
// "forwardPorts": [],
2424

25-
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].2 -g && learnpack plugins:install @learnpack/[email protected]"
25+
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].5 -g && learnpack plugins:install @learnpack/[email protected]"
2626

2727
// Use 'postCreateCommand' to run commands after the container is created.
2828
// "postCreateCommand": "yarn install",
@@ -32,4 +32,4 @@
3232

3333
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
3434
// "remoteUser": "root"
35-
}
35+
}

0 commit comments

Comments
 (0)