File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,10 +82,10 @@ no-boxed-theme:
8282 $(SED ) ' /boxed.css/d' " $( ROOT_DIR) /static/greeter.css"
8383
8484# SERVER
85- update_server_version :
85+ update-server-version :
8686 bash " $( ROOT_DIR) /server/match_versions.sh"
8787
88- server : update_server_version
88+ server : update-server-version
8989 [ -f $( ROOT_DIR) /server/messages.json ] || echo ' {}' > " $( ROOT_DIR) /server/messages.json"
9090 cd $(ROOT_DIR ) /server
9191 docker compose -f " $( ROOT_DIR) /server/docker-compose.yaml" up -d
@@ -94,4 +94,4 @@ server-stop:
9494 cd $(ROOT_DIR ) /server
9595 docker compose -f " $( ROOT_DIR) /server/docker-compose.yaml" down
9696
97- .PHONY : all npm-install build copy-files install uninstall re use-light-theme use-boxed-theme server update_server_version server-stop clean
97+ .PHONY : all npm-install build copy-files install uninstall re use-light-theme use-boxed-theme server update-server-version server-stop clean
You can’t perform that action at this time.
0 commit comments