2022-01-02 21:31:48 +00:00
|
|
|
#!/bin/sh
|
2022-03-13 14:34:11 +00:00
|
|
|
. "$(dirname "$0")/_/husky.sh"
|
2022-01-02 21:31:48 +00:00
|
|
|
|
2022-03-26 18:49:40 +00:00
|
|
|
# Enable colors in Powershell (has scrolling issue?)
|
|
|
|
|
# export FORCE_COLOR=1
|
|
|
|
|
|
2022-03-26 17:38:05 +00:00
|
|
|
# Check changed files
|
|
|
|
|
yarn lint-staged
|
|
|
|
|
|
|
|
|
|
# Compile the action
|
|
|
|
|
yarn build ; git add dist
|