mirror of
https://github.com/Mastermindzh/react-starter-kit.git
synced 2025-04-16 11:54:40 +02: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-staged
|
|
npm run test-ci
|
|
npm run e2e-ci
|