收敛客户端静态发布链路
This commit is contained in:
@@ -35,7 +35,6 @@ const SUPERPOWERS_BUNDLES_DIR = 'superpowers-bundles';
|
||||
const SUPERPOWERS_ACTIVE_MANIFEST = 'superpowers-active.json';
|
||||
export const BUNDLED_COURSE_SKILL_IDS = [
|
||||
'agent-browser',
|
||||
'deploy-publish-check',
|
||||
'designer-design-spec',
|
||||
'dev-build-test',
|
||||
'game-assets',
|
||||
@@ -48,7 +47,11 @@ export const BUNDLED_COURSE_SKILL_IDS = [
|
||||
'youth-plain-language',
|
||||
'youth-ai-product-course',
|
||||
] as const;
|
||||
const RETIRED_COURSE_SKILL_IDS = ['course-stage-review', 'student-growth-logger'] as const;
|
||||
const RETIRED_COURSE_SKILL_IDS = [
|
||||
'course-stage-review',
|
||||
'deploy-publish-check',
|
||||
'student-growth-logger',
|
||||
] as const;
|
||||
|
||||
export function resolveBundledSuperpowersDir(input: BundledSuperpowersPathInput): string {
|
||||
const resourcesDir = input.isPackaged
|
||||
|
||||
Reference in New Issue
Block a user