Skip to content

Commit

Permalink
fix: publish schematics (#1160)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcdo29 authored Oct 7, 2024
2 parents d01e877 + 15b0d87 commit 751f23c
Show file tree
Hide file tree
Showing 4 changed files with 7,577 additions and 6,155 deletions.
5 changes: 5 additions & 0 deletions .changeset/violet-jokes-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'nest-commander-schematics': patch
---

Actually publish the schematic templates
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ runs:
- name: Install pnpm
uses: pnpm/action-setup@v4
with:
version: 8
version: 9
run_install: true
3 changes: 2 additions & 1 deletion packages/nest-commander-schematics/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"tsConfig": "packages/nest-commander-schematics/tsconfig.build.json",
"assets": [
"packages/nest-commander-schematics/*.md",
"packages/nest-commander-schematics/src/**/*.json"
"packages/nest-commander-schematics/src/**/*.json",
"packages/nest-commander-schematics/src/**/*.template"
]
}
},
Expand Down
Loading

0 comments on commit 751f23c

Please sign in to comment.