Skip to content

Commit f914a76

Browse files
committed
Updating to latest version of LearnPack Node and DOm
1 parent 7fdb86b commit f914a76

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
32
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
43
{
@@ -23,7 +22,7 @@
2322
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2423
// "forwardPorts": [],
2524

26-
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
25+
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]",
2726

2827
// Use 'postCreateCommand' to run commands after the container is created.
2928
// "postCreateCommand": "yarn install",
@@ -33,4 +32,4 @@
3332

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

0 commit comments

Comments
 (0)