chore: fixed the husky setup#328
Conversation
chore: build new release
chore: bring main to v2.14.0
chore: build a new release
Added installation instructions for Decky Store and ZIP method.
It is now automatically executed after `npm install` or `npm ci` or `pnpm install --frozen-lockfile` <https://docs.npmjs.com/cli/v11/using-npm/scripts> Also done `chmod +x` on the husky script, to prevent this error on unix-like systems: > hint: The '.husky/commit-msg' hook was ignored because it's not set as executable. > hint: You can disable this warning with `git config set advice.ignoredHook false`. Also upgraded husky from v8 to v9. <https://github.com/typicode/husky/releases/tag/v9.0.1> I had to also upgrade some rollup-related dependencies to solve conflicts.
|
As a semi-related step… It might be a good idea to look at For instance, I know |
|
Looks good, but please target the Dev branch with your PR |
|
Changed to Also, I need to figure out how to test these in-development things on real SteamOS or at least the Big Picture Mode from a normal Linux installation. |
|
I'll sync up dev with main. For testing, big-picture on linux will work the same as on steamdeck. We don't use anything that's steamdeck specific. You'll just need to install decky |
It is now automatically executed after
npm installornpm ciorpnpm install --frozen-lockfilehttps://docs.npmjs.com/cli/v11/using-npm/scripts
Also done
chmod +xon the husky script, to prevent this error on unix-like systems:Also upgraded husky from v8 to v9.
https://github.com/typicode/husky/releases/tag/v9.0.1
I had to also upgrade some rollup-related dependencies to solve conflicts.