Skip to content

Commit

Permalink
chore: add dev codegen rules to all apps projects (#3951)
Browse files Browse the repository at this point in the history
* chore(core): remove unused Makefile command

* build: add codegen across all apps

* chore: update generated.ts files
  • Loading branch information
vindard authored Feb 7, 2024
1 parent f042288 commit a71ec38
Show file tree
Hide file tree
Showing 9 changed files with 556 additions and 83 deletions.
5 changes: 5 additions & 0 deletions apps/admin-panel/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ dev_pnpm_task_binary(
command="cypress:open",
)

dev_pnpm_task_binary(
name="codegen",
command="codegen",
)

dev_pnpm_task_test(
name="test-integration",
command="cypress:run",
Expand Down
5 changes: 5 additions & 0 deletions apps/consent/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ dev_pnpm_task_binary(
command = "cypress:open",
)

dev_pnpm_task_binary(
name="codegen",
command="codegen",
)

dev_pnpm_task_test(
name = "test-integration",
command = "cypress:run",
Expand Down
Loading

0 comments on commit a71ec38

Please sign in to comment.