From c1f0f8e58149287612dfd9aa71eaf1c7e27a5bcc Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 11 Jan 2022 19:04:50 +0800 Subject: [PATCH] update cms script --- modules/cms/bin/deploy.bat | 1 - modules/cms/bin/package.bat | 1 - 2 files changed, 2 deletions(-) diff --git a/modules/cms/bin/deploy.bat b/modules/cms/bin/deploy.bat index 1feb4b36..8bdcc4b0 100644 --- a/modules/cms/bin/deploy.bat +++ b/modules/cms/bin/deploy.bat @@ -16,5 +16,4 @@ cd .. call mvn clean deploy -Dmaven.test.skip=true -Pdeploy cd bin -cmd /c msg %username% /time:0 /w "部署完成..." pause \ No newline at end of file diff --git a/modules/cms/bin/package.bat b/modules/cms/bin/package.bat index fd52bbab..d88a16b3 100644 --- a/modules/cms/bin/package.bat +++ b/modules/cms/bin/package.bat @@ -16,5 +16,4 @@ cd .. call mvn clean install -Dmaven.test.skip=true -Ppackage cd bin -cmd /c msg %username% /time:0 /w "打包完成..." pause \ No newline at end of file