mirror of
https://github.com/kiegroup/git-backporting.git
synced 2025-04-21 11:08:42 +00:00
4 lines
115 B
Bash
Executable file
4 lines
115 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run lint && npm run build && git add dist && rm -rf build
|