Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Apr 1, 2024
1 parent 9a1fd5b commit 57f87b2
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:bundle": "node scripts/build.js",
"build:website": "cd website && npm run build",
"build:website": "npm run build -w website",
"setup": "node scripts/buildNumber.cjs alpha false && node scripts/build.js",
"rename": "node scripts/rename.js",
"check": "svelte-check && tsc --noEmit && eslint .",
Expand Down

0 comments on commit 57f87b2

Please sign in to comment.