mirror of
https://github.com/heavyai/heavyai-charting.git
synced 2026-01-18 14:53:19 +00:00
5 lines
195 B
Bash
Executable File
5 lines
195 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# probably a dumb way to detect changed files which are not deleted
|
|
scripts/check_merge_conflict.py `comm -12 <(git diff --name-only --cached) <(git ls-files)` && grunt lint
|