Skip to content

Commit ad7695d

Browse files
authored
Update devcontainer.json
1 parent 0950b93 commit ad7695d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .devcontainer/devcontainer.json

+1-1
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] -g && npm i [email protected] -g && npm i @learnpack/learnpack@4.0.10 -g && learnpack plugins:install @learnpack/react"
25+
"onCreateCommand": "npm i [email protected] -g && npm i [email protected] -g && npm i @learnpack/learnpack@5.0.7 -g && learnpack plugins:install @learnpack/react"
2626

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

0 commit comments

Comments
 (0)