Skip to content

Commit

Permalink
Update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kevglass committed Dec 12, 2024
1 parent ce00d20 commit 45fb232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build": "npm run lint && tsc && vite build",
"lint": "eslint src",
"preview": "vite preview",
"deploy": "setMania.sh false && npm run build && rune upload --name 'Scorched Turf'",
"deployMania": "setMania.sh true && npm run build && rune upload --name 'Scorched Turf Mania'",
"deploy": "setMania.sh false && npm run build && rune upload --name 'Mini Golf'",
"deployMania": "setMania.sh true && npm run build && rune upload --name 'Mini Golf Mania'",
"upload": "npm run build && npx rune-games-cli@latest upload"
},
"dependencies": {
Expand Down

0 comments on commit 45fb232

Please sign in to comment.