Skip to content

Commit

Permalink
fix(scripts): add scripts in tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
fu050409 committed Jul 12, 2024
1 parent 6a7a14c commit b56a29e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src-tauri/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
"name": "grassator",
"private": true,
"version": "0.1.0",
"type": "module"
"type": "module",
"scripts": {
"dev": "cd .. && pnpm dev",
"build": "cd .. && pnpm build"
}
}

0 comments on commit b56a29e

Please sign in to comment.