mirror of
https://github.com/actions/github-script.git
synced 2026-02-08 03:57:27 +00:00
5 lines
94 B
Bash
5 lines
94 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm exec run-s style:write test build
|
|
git add dist/
|