Skip to content

Commit

Permalink
Merge pull request #61 from 4GeeksAcademy/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Charlytoc authored Apr 7, 2024
2 parents b3f3854 + ec168e1 commit 46daced
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand Down
2 changes: 1 addition & 1 deletion .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN echo "unset DATABASE_URL" >> $HOME/.bashrc
RUN echo "export DATABASE_URL" >> $HOME/.bashrc

RUN pip3 install pytest==6.2.5 pytest-testdox mock
RUN npm i @learnpack/[email protected].39 -g && learnpack plugins:install @learnpack/[email protected]
RUN npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]

0 comments on commit 46daced

Please sign in to comment.