添加了连接符&&

This commit is contained in:
2025-10-27 19:34:22 +08:00
parent 19d3ce8a66
commit 72aac662e9

View File

@@ -18,5 +18,5 @@
"onAutoForward": "notify"
}
},
"postAttachCommand": "npm install && npm add -D vitepress npm run docs:dev -- --host 0.0.0.0"
"postAttachCommand": "npm install && npm add -D vitepress && npm run docs:dev -- --host 0.0.0.0"
}