From fdec006644085b46c9ba474aec3c25b9d5dec5c8 Mon Sep 17 00:00:00 2001 From: Sotr Date: Sun, 17 Jun 2018 22:21:35 +0800 Subject: [PATCH] [ci skip] Fixes paper not being deploy locally --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index a26e75125..34710c4a7 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -19,7 +19,7 @@ if [ "$2" == "--setup" ] || [ "$3" == "--setup" ] || [ "$4" == "--setup" ]; then fi cd "$paperbasedir" - ./paper patch + ./paper jar ) fi