Skip to content

Commit

Permalink
Add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
emlyn-arkahna committed Dec 1, 2023
1 parent 4294e93 commit 9e22fb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/smooth-bananas-joke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@featureboard/code-generator': minor
---

Add typescript code generator template
2 changes: 1 addition & 1 deletion libs/code-generator/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"options": {
"passWithNoTests": true,
"passWithNoTests": false,
"reportsDirectory": "../../coverage/libs/code-generator"
}
}
Expand Down
2 changes: 1 addition & 1 deletion libs/nx-plugin/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"executor": "@nx/vite:test",
"outputs": ["{options.reportsDirectory}"],
"options": {
"passWithNoTests": true,
"passWithNoTests": false,
"reportsDirectory": "../../coverage/libs/nx-plugin"
}
}
Expand Down

0 comments on commit 9e22fb1

Please sign in to comment.