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 1791dca commit a402426Copy full SHA for a402426
.devcontainer/devcontainer.json
@@ -22,7 +22,7 @@
22
// Use 'forwardPorts' to make a list of ports inside the container available locally.
23
// "forwardPorts": [],
24
25
- "onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@4.0.8 -g && learnpack plugins:install @learnpack/node@1.1.12 && 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.7 -g && learnpack plugins:install @learnpack/node@1.1.12 && learnpack plugins:install @learnpack/html@1.1.7"
26
27
// Use 'postCreateCommand' to run commands after the container is created.
28
// "postCreateCommand": "yarn install",
index.html
@@ -0,0 +1 @@
1
+hello!! world
0 commit comments