Skip to content

Commit 48df172

Browse files
fix(create-component): Replace build:local with new generate-api script (#24996)
1 parent 0bece74 commit 48df172

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/create-component/create-component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ module.exports = (plop: NodePlopAPI) => {
103103
stdio: 'inherit',
104104
});
105105

106-
execSync(`yarn workspace ${data.packageNpmName} build:local`, {
106+
execSync(`yarn workspace ${data.packageNpmName} generate-api`, {
107107
cwd: root,
108108
stdio: 'inherit',
109109
});

0 commit comments

Comments
 (0)