mirror of
https://github.com/tloncorp/landscape.git
synced 2024-12-24 17:22:53 +03:00
move ui files to ui dir
This commit is contained in:
parent
ac2eecb88d
commit
c661a1b8dc
1
ui/.husky/.gitignore
vendored
Normal file
1
ui/.husky/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
_
|
6
ui/.husky/pre-commit
Executable file
6
ui/.husky/pre-commit
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
cd pkg/grid
|
||||
npm test
|
||||
npx lint-staged
|
Loading…
Reference in New Issue
Block a user