Skip to content

Commit

Permalink
Merge pull request #1391 from CloudWithChris/qol-updates
Browse files Browse the repository at this point in the history
Fix devcontainer submodule bug and use v0.0.30
  • Loading branch information
chrisreddington authored Jan 28, 2024
2 parents 4529fc1 + e853123 commit ada5f61
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 @@ -19,7 +19,7 @@
],

// Use 'postCreateCommand' to run commands after the container is created.
"postCreateCommand": "cd exampleSite && npm ci",
"postCreateCommand": "npm ci && git submodule update --init --recursive",


// Configure tool-specific properties.
Expand Down
2 changes: 1 addition & 1 deletion themes/hugo-creator

0 comments on commit ada5f61

Please sign in to comment.