feat(charwords): added charwords:build to update operator charword table

This commit is contained in:
Haoyu Xu
2023-07-16 00:41:35 -04:00
parent ba42613d90
commit d04148cdfd
5 changed files with 22 additions and 11 deletions

8
.vscode/launch.json vendored
View File

@@ -16,9 +16,9 @@
},
{
"type": "node-terminal",
"name": "Run Script: build chen",
"name": "Run Script: build mizuki_summer_feast",
"request": "launch",
"command": "pnpm run build chen",
"command": "pnpm run build mizuki_summer_feast",
"cwd": "${workspaceFolder}"
},
{
@@ -51,9 +51,9 @@
},
{
"type": "node-terminal",
"name": "Run Script: charword",
"name": "Run Script: charwords:update",
"request": "launch",
"command": "pnpm run charword",
"command": "pnpm run charwords:update",
"cwd": "${workspaceFolder}"
},
{