Skip to content

Commit

Permalink
chore: add release
Browse files Browse the repository at this point in the history
  • Loading branch information
a145789 committed Jul 14, 2024
1 parent b73819a commit b5442ce
Show file tree
Hide file tree
Showing 3 changed files with 1,273 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri",
"lint": "biome check --write src"
"lint": "biome check --write src",
"release": "node ./scripts/release.js"
},
"dependencies": {
"@tauri-apps/api": "^1"
},
"devDependencies": {
"@biomejs/biome": "^1.8.3",
"@tauri-apps/cli": "^1",
"@varlet/release": "^0.2.10",
"typescript": "^5.2.2",
"vite": "^5.3.1"
}
Expand Down
Loading

0 comments on commit b5442ce

Please sign in to comment.