Skip to content

Commit 2451655

Browse files
committed
Tweak command name
1 parent cf7d55a commit 2451655

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci-publish.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/bash
22

33
docker build -t vscode-go-by-example-devcontainer -f ./.devcontainer/Dockerfile ./.devcontainer
4-
docker run -v ${PWD}:/workspaces/vscode-go-by-example -e MARKETPLACE_PUBLISH_PAT --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn install && yarn run publish"
4+
docker run -v ${PWD}:/workspaces/vscode-go-by-example -e MARKETPLACE_PUBLISH_PAT --workdir /workspaces/vscode-go-by-example vscode-go-by-example-devcontainer bash -c "yarn install && yarn package-web && yarn run publish"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"commands": [
2222
{
2323
"command": "vscode-go-by-example.openExample",
24-
"title": "GoByExample: Open example..."
24+
"title": "Go By Example: Open example..."
2525
}
2626
]
2727
},

0 commit comments

Comments
 (0)