-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #124 from 4GeeksAcademy/dev
Dev
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": {}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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] |