mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-02-19 21:20:41 +01:00
6 lines
67 B
Bash
Executable File
6 lines
67 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm test
|
|
npx lint-staged
|