Skip to content

Commit

Permalink
Merge pull request #133 from Charlytoc/main
Browse files Browse the repository at this point in the history
Fix error and update to new LearnPAck version
  • Loading branch information
tommygonzaleza authored Apr 1, 2024
2 parents d594484 + 47c47be commit f12de60
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.26 -g && learnpack plugins:install @learnpack/node@1.1.1 && learnpack plugins:install learnpack-html@0.0.20"
"onCreateCommand": "npm i jest@24.8.0 -g && npm i @learnpack/learnpack@2.1.39 -g && learnpack plugins:install @learnpack/node@1.1.5 && learnpack plugins:install @learnpack/html@1.1.2"

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "yarn install",
Expand Down
Binary file added .learn/assets/run-button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions .learn/exercises/04-build-the-website/README.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

## 📝 Instrucciones:

1. Haz clic en botón `build` en la esquina superior izquierda, sobre las instrucciones, para ver tu website en vivo.
1. Haz clic en botón `Run` en la esquina superior izquierda, sobre las instrucciones, para ver tu website en vivo.

## 💡 Pista:

![build button](../../assets/build.png?raw=true)
![Run button](../../assets/run-button.png)

## 🔎 Importante:

Expand Down
4 changes: 2 additions & 2 deletions .learn/exercises/04-build-the-website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Now it's time to see how your changes look like on your website!

## 📝 Instructions:

1. Click the `build` button in the upper left corner, above the instructions, to see your website live.
1. Click the `Run` button in the upper left corner, above the instructions, to see your website live.

## 💡 Hint:

![build button](../../assets/build.png?raw=true)
![Run button](../../assets/run-button.png)

## 🔎 Important:

Expand Down
2 changes: 1 addition & 1 deletion learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
}
],
"editor": {
"version": "1.0.73"
"version": "3.1.23"
}
}

0 comments on commit f12de60

Please sign in to comment.