Skip to content

Commit bbd787b

Browse files
committed
fix: add tauri script to root package.json for CI build
1 parent 4726704 commit bbd787b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"start": "node index.js",
2929
"build": "cd ui && npm install && npm run build",
3030
"dev": "cd ui && npm run dev",
31+
"tauri": "tauri",
3132
"tauri:dev": "npx tauri dev",
3233
"tauri:build": "npx tauri build",
3334
"sidecar": "node sidecar.js"

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/tauri-apps/tauri/dev/crates/tauri-config-schema/schema.json",
33
"productName": "Agentlytics",
4-
"version": "0.2.0",
4+
"version": "0.2.1",
55
"identifier": "com.agentlytics.app",
66
"build": {
77
"beforeDevCommand": "cd ui && npm run dev -- --host",

0 commit comments

Comments
 (0)