Skip to content

Commit

Permalink
chore(devcontainer): set git ff-only mode (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
lsndr authored Sep 9, 2023
1 parent 7cf9e79 commit 2d180c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"workspaceFolder": "/workspace",
"service": "app",
"waitFor": "postCreateCommand",
"postCreateCommand": "npm ci",
"postAttachCommand": "git config core.fileMode false && git config --global --add safe.directory ${containerWorkspaceFolder}",
"postCreateCommand": "git config core.fileMode false && git config --global --add safe.directory ${containerWorkspaceFolder} && git config pull.ff only && npm ci",
"customizations": {
"vscode": {
"extensions": [
Expand Down

0 comments on commit 2d180c1

Please sign in to comment.