mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-14 19:38:04 +02:00
Add watch-sqlite target to Makefile for SQLite testing
This commit is contained in:
parent
6ca5573718
commit
508da0897f
4
Makefile
4
Makefile
@ -379,6 +379,10 @@ lint-json-fix: node_modules ## lint and fix json files
|
||||
watch: ## watch everything and continuously rebuild
|
||||
@bash tools/watch.sh
|
||||
|
||||
.PHONY: watch-sqlite
|
||||
watch-sqlite: ## watch and use sqlite for testing
|
||||
@TAGS="sqlite sqlite_unlock_notify" $(MAKE) watch
|
||||
|
||||
.PHONY: watch-frontend
|
||||
watch-frontend: node_modules ## start vite dev server for frontend
|
||||
NODE_ENV=development $(NODE_VARS) pnpm exec vite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user