release:
	cd front && npm run build && cd ..
	go build -tags=embed

test:
	cd internal/apitest && go test && cd -
	cd internal/inventaire && go test && cd -
