Skip to content

Commit

Permalink
Fix paths (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
DebbieAtSeam authored Oct 3, 2024
1 parent 7288d35 commit 7839417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/seam-sdk-playground/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
]
}
},
"postCreateCommand": "npm install -g seam-cli && seam config set fake-server && cd /workspaces/api-docs/seam-sdk-playground/javascript && npm i seam@latest && cd /workspaces/api-docs/seam-sdk-playground/csharp && ./init.sh && cd /workspaces/api-docs/seam-sdk-playground/go && ./init.sh && cd /workspaces/api-docs/seam-sdk-playground/php && composer update",
"postCreateCommand": "npm install -g seam-cli && seam config set fake-server && cd /workspaces/docs/seam-sdk-playground/javascript && npm i seam@latest && cd /workspaces/docs/seam-sdk-playground/csharp && ./init.sh && cd /workspaces/docs/seam-sdk-playground/go && ./init.sh && cd /workspaces/docs/seam-sdk-playground/php && composer update",
"remoteUser": "node"
}

0 comments on commit 7839417

Please sign in to comment.