mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
add sandboxImageName in package.json (#1219)
This commit is contained in:
parent
43203926b8
commit
0ebac0b896
5 changed files with 6 additions and 3 deletions
|
|
@ -45,6 +45,7 @@ if (!cliPackageJson.config) {
|
|||
cliPackageJson.config = {};
|
||||
}
|
||||
cliPackageJson.config.sandboxImageUri = containerImageUri;
|
||||
cliPackageJson.config.sandboximageName = containerImageName;
|
||||
|
||||
// Remove 'prepublishOnly' from scripts if it exists
|
||||
if (cliPackageJson.scripts && cliPackageJson.scripts.prepublishOnly) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue