Skip to content

Commit

Permalink
Fix bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Oct 18, 2022
1 parent ea0c5db commit 1053066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build": "node scripts/buildNumber.cjs release false && tauri build",
"build:alpha": "node scripts/buildNumber.cjs alpha false && tauri build",
"build:beta": "node scripts/buildNumber.cjs beta false && tauri build",
"build:bundle": "node scripts/buildNumber.cjs alpha false && node scripts/build.js",
"build:bundle": "node scripts/build.js",
"check": "svelte-check && tsc --noEmit && eslint ."
},
"devDependencies": {
Expand Down

0 comments on commit 1053066

Please sign in to comment.