mirror of
https://github.com/jambonz/next-static-site.git
synced 2026-03-21 17:57:43 +00:00
6 lines
72 B
Bash
Executable File
6 lines
72 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|
|
npm run build
|