mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
fix: cta templates dir missing (#1496)
This commit is contained in:
5
.changes/cta-templates-missing.md
Normal file
5
.changes/cta-templates-missing.md
Normal file
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user