mirror of
https://github.com/penpot/penpot.git
synced 2025-02-02 12:28:54 -05:00
💄 Remove unused code.
This commit is contained in:
parent
a0a76f6b65
commit
90c0bce9aa
2 changed files with 1 additions and 10 deletions
|
@ -5,7 +5,7 @@
|
||||||
;; This Source Code Form is "Incompatible With Secondary Licenses", as
|
;; This Source Code Form is "Incompatible With Secondary Licenses", as
|
||||||
;; defined by the Mozilla Public License, v. 2.0.
|
;; 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
|
(ns ^:figwheel-hooks uxbox.main
|
||||||
(:require
|
(:require
|
||||||
|
|
|
@ -154,15 +154,6 @@ function usage {
|
||||||
echo "- run-all-tests Execute unit tests for both backend and frontend."
|
echo "- run-all-tests Execute unit tests for both backend and frontend."
|
||||||
echo "- run-frontend-tests Execute unit tests for frontend only."
|
echo "- run-frontend-tests Execute unit tests for frontend only."
|
||||||
echo "- run-backend-tests Execute unit tests for backend 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
|
case $1 in
|
||||||
|
|
Loading…
Add table
Reference in a new issue