Skip to content

Commit a2074e9

Browse files
committed
Updating devcontainer file for save payment
1 parent a354698 commit a2074e9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.devcontainer/save-payment-method/devcontainer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
// For more details, see https://aka.ms/devcontainer.json.
32
{
43
"name": "PayPal Save Payment Method",
54
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
65
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}/save-payment-method",
7-
// Use 'onCreateCommand' to run commands when creating the container.
6+
// Use 'onCreateCommand' to run commands when creating the container.
87
"onCreateCommand": "bash ../.devcontainer/save-payment-method/welcome-message.sh",
98
// Use 'postCreateCommand' to run commands after the container is created.
109
"postCreateCommand": "npm install",

0 commit comments

Comments
 (0)