Skip to content

Commit

Permalink
Merge pull request #17 from ezpzlmnsqz1337/chore/update-devcontainer-…
Browse files Browse the repository at this point in the history
…settings

chore: update devcontainer settings
  • Loading branch information
ezpzlmnsqz1337 authored Nov 21, 2023
2 parents c691837 + 6beac0b commit 0e35ca2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"

"postCreateCommand": "yarn install --frozen-lockfile --ignore-engines"
"postCreateCommand": {
"install": "yarn install --frozen-lockfile --ignore-engines",
"chmod-deploy": "chmod +x deploy.sh"
}
}
Empty file modified deploy.sh
100644 → 100755
Empty file.

0 comments on commit 0e35ca2

Please sign in to comment.