Compare commits
No commits in common. "9e790696a58e1c301ab04c43ade3f9f853e403a6" and "7a12b946a6efb925985537aeb3b2639a7cac5fb1" have entirely different histories.
9e790696a5
...
7a12b946a6
1 changed files with 1 additions and 8 deletions
9
Justfile
9
Justfile
|
@ -21,13 +21,6 @@ save-release: build-container-release
|
|||
load-release file:
|
||||
podman load --input {{file}}
|
||||
|
||||
# Tests every part of the project
|
||||
testall:
|
||||
cd backend && make test
|
||||
cd backend && make lint
|
||||
cd frontend && npm test
|
||||
cd frontend && npm run lint
|
||||
|
||||
# Cleans up everything related to the project
|
||||
clean: remove-podman-containers
|
||||
podman image rm -f ttime-server
|
||||
|
@ -40,4 +33,4 @@ clean: remove-podman-containers
|
|||
# Cleans up everything related to podman, not just the project. Make sure you understand what this means.
|
||||
[confirm]
|
||||
podman-clean:
|
||||
podman system reset --force
|
||||
podman system reset --force
|
Loading…
Reference in a new issue