mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-20 05:10:15 +00:00
6 lines
191 B
Plaintext
Executable File
6 lines
191 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
|