12 lines
145 B
Plaintext
12 lines
145 B
Plaintext
|
#!/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
|