mirror of
https://github.com/Cameri/nostream.git
synced 2025-03-18 22:02:09 +01:00
7 lines
104 B
Plaintext
7 lines
104 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint
|
||
|
npm run build:check
|
||
|
npm run test:unit
|