Skip to content

Commit

Permalink
add lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mucsi96 committed Mar 17, 2024
1 parent 9a9b5fe commit 177cf44
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
// https://github.com/devcontainers/images/blob/main/src/python
"image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm",
"features": {
// https://containers.dev/features
// https://github.com/devcontainers/features
"ghcr.io/devcontainers/features/node:1": {
}
},
"postCreateCommand": "pip install -r requirements.txt",
"postStartCommand": "git config --global --add safe.directory /workspaces/${localWorkspaceFolderBasename}",
"customizations": {
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
with:
node-version: 21
cache: npm
cache-dependency-path: src/package-lock.json
- run: pip install -r requirements.txt
- run: python scripts/publish_test_npm_package.py ${{ secrets.GITHUB_TOKEN }} ${{ secrets.ANSIBLE_VAULT_KEY }}

Expand Down
13 changes: 13 additions & 0 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 177cf44

Please sign in to comment.