Files
OpenFrontIO/.husky/pre-commit
T
Restart2008 2157bfc5bc feat: Add ping feature
This commit introduces a new ping system that allows players to communicate on the map.

- Adds a radial ping menu to select different ping types (Attack, Retreat, Defend, Watch Out).
- Implements the logic to place pings on the map.
- Adds visual effects for pings, including a fading circle and an icon.
- Shows a preview of the ping location before placing it.
2025-11-21 20:39:36 -08:00

7 lines
192 B
Plaintext
Executable File

# Add PATH setup to ensure npx is found
export PATH="/usr/local/bin:$HOME/.npm-global/bin:$HOME/.nvm/versions/node/$(node -v)/bin:$PATH"
# Then run lint-staged if tests pass
npx lint-staged