diff --git a/mis-agent-spec/SKILL.md b/mis-agent-spec/SKILL.md index 681661f..f383a96 100644 --- a/mis-agent-spec/SKILL.md +++ b/mis-agent-spec/SKILL.md @@ -38,7 +38,7 @@ description: 在mis-agent模块编写代码必备技能。 ### 怎么打包? -系统已安装`mvnd`用来替换`mvn`命令,在[项目根目录](#项目根目录)执行如下命令即可,**耗时约80秒**。 +系统已安装`mvnd`用来替换`mvn`命令,先确认该用哪个profile,获取`profiles.active`后在[项目根目录](#项目根目录)执行如下命令即可,**耗时约80秒**。 ```bash mvnd clean package -DskipTests -P{profiles.active}