summaryrefslogtreecommitdiffhomepage
path: root/justfile
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2025-07-13 01:32:23 +0900
committernsfisis <nsfisis@gmail.com>2025-07-13 01:32:23 +0900
commit3754f11c33a6b4ac756a0d89426764fd9032cf53 (patch)
tree47bda36abe8340eb6b0eea988c55a90202436409 /justfile
parent732c71f7c2e5f0a37c03c2efedcfa8e5360e3fda (diff)
downloadfeedaka-0.2.0.tar.gz
feedaka-0.2.0.tar.zst
feedaka-0.2.0.zip
feat(backend): implement db schema migrationv0.2.0
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/justfile b/justfile
index 6f0b8d2..5268537 100644
--- a/justfile
+++ b/justfile
@@ -15,6 +15,3 @@ fmt:
check:
cd frontend && npm run check
cd backend && just check
-
-docker-build: fmt
- docker build -t feedaka .