fix(aklive2d): skip fork when running charword:build

This commit is contained in:
Haoyu Xu
2023-08-23 18:47:58 +08:00
parent 036de4ac7c
commit a02239c46d
2 changed files with 15 additions and 2 deletions

7
.vscode/launch.json vendored
View File

@@ -56,6 +56,13 @@
"command": "pnpm run charwords:update",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "Run Script: charwords:build",
"request": "launch",
"command": "pnpm run charwords:build",
"cwd": "${workspaceFolder}"
},
{
"type": "node-terminal",
"name": "Run Script: music",