mirror of
https://github.com/cloudflare/pages-action
synced 2024-11-30 14:54:11 +00:00
5 lines
87 B
Bash
Executable file
5 lines
87 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run build && git add index.js
|