mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 16:08:06 +00:00
8 lines
124 B
Text
8 lines
124 B
Text
|
#!/bin/sh
|
|||
|
. "$(dirname "$0")/_/husky.sh"
|
|||
|
|
|||
|
# eslint 実行
|
|||
|
npm run lint
|
|||
|
# lint-staged 実行(prettier)
|
|||
|
npm run precommit
|