@@ -0,0 +1,5 @@
+---
+"create-tauri-app": patch
+
+CTA also needs the template directory published as it doesn't get bundled into the `dist` directory.
@@ -18,7 +18,8 @@
"main": "bin/create-tauri-app.js",
"files": [
"bin",
- "dist"
+ "dist",
+ "src/templates"
],
"scripts": {
"create-tauri-app": "create-tauri-app",