mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-02-07 09:28:40 +00:00
7 lines
124 B
Bash
Executable file
7 lines
124 B
Bash
Executable file
#!/bin/sh
|
||
. "$(dirname "$0")/_/husky.sh"
|
||
|
||
# eslint 実行
|
||
npm run lint
|
||
# lint-staged 実行(prettier)
|
||
npm run precommit
|