12 lines
145 B
Bash
Executable file
12 lines
145 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname $0)/_/husky.sh"
|
|
|
|
set -e
|
|
set -x
|
|
|
|
PATH="$PATH:./node_modules/.bin"
|
|
|
|
lint-staged
|
|
run-s build-vercel-json
|
|
git add vercel.json
|