mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-04-19 13:34:28 +02:00
7 lines
89 B
Bash
Executable File
7 lines
89 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm test
|
|
npm run lint
|
|
npm run build
|