diff --git a/.gitignore b/.gitignore index 24af1bc..4164b0e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ -app/cache/* +app/cache +Docker/mariadb/mysql # ---> Go # If you prefer the allow list template instead of the deny list, see community template: # https:/a/github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore @@ -21,6 +22,3 @@ app/cache/* # Go workspace file go.work - -Docker/mariadb/mysql - diff --git a/makefile b/makefile index bb8331a..1bd4a71 100644 --- a/makefile +++ b/makefile @@ -14,4 +14,6 @@ clean: sudo rm ./app/cache -rf sudo rm ./Docker/mariadb/mysql/* -rf sass: - sass --watch ./webui/css/index.scss:./webui/css/index.css & \ No newline at end of file + sass --watch ./webui/css/index.scss:./webui/css/index.css & +ui-test: + cd ui; env CHROME_BIN=/usr/bin/chromium npm test \ No newline at end of file