move ui files to ui dir

This commit is contained in:
Patrick O'Sullivan 2022-08-02 10:57:58 -05:00
parent ac2eecb88d
commit c661a1b8dc
3 changed files with 7 additions and 0 deletions

1
ui/.husky/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_

6
ui/.husky/pre-commit Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
cd pkg/grid
npm test
npx lint-staged