Skip to content

Commit 414f9a7

Browse files
authored
fix: cta dist publish (#1493)
1 parent 850a99a commit 414f9a7

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changes/cta-files-prop.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 was missing the `files` property in the package.json which mean that the `dist` directory was not published and used.

tooling/create-tauri-app/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"Tauri Team <team@tauri-apps.org> (https://tauri.studio)",
1616
"Jacob Bolda <me@jacobbolda.com> (https://www.jacobbolda.com)"
1717
],
18+
"main": "bin/create-tauri-app.js",
19+
"files": [
20+
"bin",
21+
"dist"
22+
],
1823
"scripts": {
1924
"create-tauri-app": "create-tauri-app",
2025
"build": "rollup --config",

0 commit comments

Comments
 (0)