Skip to content

Commit

Permalink
Use debug build to make cache smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jul 9, 2024
1 parent 462139e commit 2810376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@modrinth/app",
"scripts": {
"build": "tauri build",
"build": "tauri build --debug",
"dev": "tauri dev",
"test": "cargo test",
"lint": "cargo fmt --check && cargo clippy -- -D warnings",
Expand Down

0 comments on commit 2810376

Please sign in to comment.