Skip to content

Commit

Permalink
✨ add upgrade scripts for tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-bierman committed May 11, 2024
1 parent bb41a98 commit 621cbfc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@
"upgrade:drizzle": "yarn up 'drizzle-*'@latest",
"upgrade:next": "yarn up 'next'@latest 'next-*'@latest",
"upgrade:million": "yarn up 'million'@latest",
"upgrade:tauri": "yarn up '@tauri-apps/*'@latest",
"upgrade:tauri:canary": "yarn up '@tauri-apps/*'@next",
"web": "cd apps/next && yarn dev"
},
"engines": {
Expand Down

0 comments on commit 621cbfc

Please sign in to comment.