提升AGC标准安装包patch版本
同步标准客户端版本到0.1.2 更新workspace与配置版本门禁
This commit is contained in:
@@ -174,7 +174,7 @@ export function collectNpmWorkspaceErrors(rootDir) {
|
||||
);
|
||||
}
|
||||
const expectedWorkspaceVersion =
|
||||
workspacePath === 'apps/ai-game-creator-shell' ? '0.1.1' : '0.1.0';
|
||||
workspacePath === 'apps/ai-game-creator-shell' ? '0.1.2' : '0.1.0';
|
||||
if (manifest.version !== expectedWorkspaceVersion) {
|
||||
errors.push(
|
||||
`${manifestPath}: workspace version must be ${expectedWorkspaceVersion}`,
|
||||
|
||||
@@ -79,7 +79,7 @@ function createValidFixture() {
|
||||
name: workspaceNames[workspacePath],
|
||||
private: true,
|
||||
version:
|
||||
workspacePath === 'apps/ai-game-creator-shell' ? '0.1.1' : '0.1.0',
|
||||
workspacePath === 'apps/ai-game-creator-shell' ? '0.1.2' : '0.1.0',
|
||||
dependencies: localDependencies[workspacePath],
|
||||
};
|
||||
writeJson(rootDir, `${workspacePath}/package.json`, manifest);
|
||||
|
||||
Reference in New Issue
Block a user