Skip to content

Commit

Permalink
fix(projen): Fixed build issues with front end compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingquaks committed Oct 30, 2024
1 parent 8bfde12 commit 14ae862
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .projen/tasks.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,10 @@ project.tasks.addTask('docs:preview', {
exec: 'vitepress preview pages',
});

project.preCompileTask.exec('npm run build', {
cwd: 'lib/user-interface/genai-newsletter-ui/',
});
project.preCompileTask.spawn(buildAppsync);
project.preCompileTask.spawn(frontend.compileTask);

// Formatting tasks
project.tasks.addTask('format', {
Expand Down

0 comments on commit 14ae862

Please sign in to comment.