Skip to content

Commit

Permalink
feat(projen): Apply configuration
Browse files Browse the repository at this point in the history
Configures default task for projen.
  • Loading branch information
langri-sha committed Apr 29, 2024
1 parent 31c9d63 commit 69c654e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .projen/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"tasks": {
"default": {
"name": "default",
"description": "Synthesize project files"
"description": "Synthesize project files",
"steps": [
{
"exec": "node --loader ts-node/esm .projenrc.mts"
}
]
},
"test": {
"name": "test",
Expand Down

0 comments on commit 69c654e

Please sign in to comment.