Skip to content
Snippets Groups Projects

New GUI V2 structure

Merged Mohammad Torkashvand requested to merge feature/NAT-556-gui-v2-new-structure into develop
All threads resolved!
47 files
+ 16474
26
Compare changes
  • Side-by-side
  • Inline
Files
47
.husky/pre-commit 0 → 100644
+ 11
0
Karel van Klink
Last comment by Karel van Klink
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo "---------- Running TSC ----------"
npm run tsc
echo "---------- Running Linter ----------"
npm run lint
echo "---------- Running Tests ----------"
npm run test
Loading