mirror of
https://github.com/SteamDeckHomebrew/decky-loader.git
synced 2026-06-17 16:57:50 +00:00
add default values back
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
"watch": "rollup -c -w",
|
||||
"lint": "prettier -c src",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"format": "prettier -c src -w"
|
||||
"format": "prettier -c src -w",
|
||||
"localize": "i18next",
|
||||
"commit": "pnpm run localize && pnpm run lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@decky/api": "^1.0.5",
|
||||
|
||||
Reference in New Issue
Block a user