Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit f81cbb1

Browse files
authored
fix(build): ignore cms-microapp-react
1 parent db26c3c commit f81cbb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/local-e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async function main() {
3030
console.log(templates);
3131

3232
for (template of templates.filter(
33-
(template) => !['taro-starter', 'deno', 'dart', 'cms-microapp-vue'].includes(template.path)
33+
(template) => !['taro-starter', 'deno', 'dart', 'cms-microapp-vue', 'cms-microapp-react'].includes(template.path)
3434
)) {
3535
await installTemplate(template);
3636
}

0 commit comments

Comments
 (0)