fix: cta templates dir missing (#1496)

This commit is contained in:
Jacob Bolda
2021-04-14 17:21:34 -05:00
committed by GitHub
parent 0068bfda66
commit 7b6108e37b
2 changed files with 7 additions and 1 deletions

View 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.

View File

@@ -18,7 +18,8 @@
"main": "bin/create-tauri-app.js",
"files": [
"bin",
"dist"
"dist",
"src/templates"
],
"scripts": {
"create-tauri-app": "create-tauri-app",