Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrati committed Jul 17, 2024
1 parent fab596f commit 09baa2c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/desktop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build": "run-p type-check \"build-only {@}\" --",
"preview": "vite preview",
"build-only": "vite build",
"type-check": "vue-tsc --build --force"
"type-check": "vue-tsc --build --force",
"tauri": "tauri"
},
"main": "./dist/app/index.mjs",
"exports": {
Expand Down

0 comments on commit 09baa2c

Please sign in to comment.