mirror of
https://github.com/nolanlawson/pinafore
synced 2024-12-11 09:45:24 +01:00
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
|