Skip to content

Commit 7b6108e

Browse files
authored
fix: cta templates dir missing (#1496)
1 parent 0068bfd commit 7b6108e

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.changes/cta-templates-missing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"create-tauri-app": patch
3+
---
4+
5+
CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.

tooling/create-tauri-app/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
"main": "bin/create-tauri-app.js",
1919
"files": [
2020
"bin",
21-
"dist"
21+
"dist",
22+
"src/templates"
2223
],
2324
"scripts": {
2425
"create-tauri-app": "create-tauri-app",

0 commit comments

Comments
 (0)