mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-02-23 11:05:44 -05:00
5 lines
115 B
Text
5 lines
115 B
Text
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint && npm run build && git add dist && rm -rf build
|