Skip to content

Commit

Permalink
Merge pull request #264 from seamapi/add-install-latest-js
Browse files Browse the repository at this point in the history
Add install latest for JS and JS-Next
  • Loading branch information
DebbieAtSeam authored May 24, 2024
2 parents ab59dc9 + ed715da commit 407de54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/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/snippet-playground/javascript && npm i seam && cd /workspaces/api-docs/snippet-playground/javascript-next && npm i seam && cd /workspaces/api-docs/snippet-playground/csharp && ./init.sh && cd /workspaces/api-docs/snippet-playground/go && ./init.sh && cd /workspaces/api-docs/snippet-playground/php && composer update",
"postCreateCommand": "npm install -g seam-cli && seam config set fake-server && cd /workspaces/api-docs/snippet-playground/javascript && npm i seam@latest && cd /workspaces/api-docs/snippet-playground/javascript-next && npm i seam@latest && cd /workspaces/api-docs/snippet-playground/csharp && ./init.sh && cd /workspaces/api-docs/snippet-playground/go && ./init.sh && cd /workspaces/api-docs/snippet-playground/php && composer update",
"remoteUser": "node"
}

0 comments on commit 407de54

Please sign in to comment.