Companion/Justfile
Snoweuph 1ad1418023
All checks were successful
Quality Check / Linting (push) Successful in 23s
Build Application / build (push) Successful in 33s
Build Application / build-docker (push) Successful in 9s
Build Application / release (push) Successful in 4s
CHORE: setup
2025-02-02 20:20:06 +01:00

13 lines
160 B
Makefile

_choose:
just --choose
up:
docker compose up -d
ng serve
down:
docker compose down
lint:
-npm run lint:ts:fix
-npm run lint:scss:fix