mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-17 13:21:45 +01:00
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run lint
|
|
npm run build:check
|
|
npm run test:unit
|