mirror of
https://github.com/waku-org/waku.org.git
synced 2025-02-24 11:48:16 +00:00
6 lines
82 B
Bash
Executable File
6 lines
82 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|
|
npm run test
|