mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
💄 Remove unused code.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
;; This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||
;; defined by the Mozilla Public License, v. 2.0.
|
||||
;;
|
||||
;; Copyright (c) 2015-2019 Andrey Antukh <niwi@niwi.nz>
|
||||
;; Copyright (c) 2015-2020 Andrey Antukh <niwi@niwi.nz>
|
||||
|
||||
(ns ^:figwheel-hooks uxbox.main
|
||||
(:require
|
||||
|
||||
@@ -154,15 +154,6 @@ function usage {
|
||||
echo "- run-all-tests Execute unit tests for both backend and frontend."
|
||||
echo "- run-frontend-tests Execute unit tests for frontend only."
|
||||
echo "- run-backend-tests Execute unit tests for backend only."
|
||||
echo ""
|
||||
echo "- build-images Build a 'release ready' docker images for both backend and frontend"
|
||||
echo "- build-frontend-image Build a 'release ready' docker image for frontend (debug version)"
|
||||
echo "- build-frontend-dbg-image Build a debug docker image for frontend"
|
||||
echo "- build-backend-image Build a 'release ready' docker images for backend"
|
||||
echo "- log Attach to docker logs."
|
||||
echo "- run Run 'production ready' docker compose"
|
||||
echo "- stop Stop 'production ready' docker compose"
|
||||
echo "- drop Remove the production oriented docker-compose containers and volumes."
|
||||
}
|
||||
|
||||
case $1 in
|
||||
|
||||
Reference in New Issue
Block a user