Skip to content

Commit

Permalink
enable vue in devserver workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima authored Oct 18, 2024
1 parent dee8a44 commit d7ef60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .blueprint/github-build-matrix/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default class extends BaseGenerator {
Object.assign(matrix, devServerMatrix.react);
}
if (devserverCi || client || vue) {
// Object.assign(matrix, devServerMatrix.vue);
Object.assign(matrix, devServerMatrix.vue);
}
const githubMatrix = convertToGitHubMatrix(matrix);
setGithubTaskOutput('matrix', JSON.stringify(githubMatrix, null, 2));
Expand Down

0 comments on commit d7ef60f

Please sign in to comment.