mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 05:01:07 +03:00
5 lines
194 B
Bash
5 lines
194 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn quick # prettify
|
|
yarn lint-staged # eslint lint(also include prettify but prettify support more file extensions than eslint, so run prettify first) |