mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 01:16:43 +00:00
.build_package中命令修改
This commit is contained in:
parent
6e268935c9
commit
93d2a0b961
@ -12,6 +12,6 @@ _.each(apps, function(item){
|
||||
if(stat.isDirectory() === true) {
|
||||
let packagePath = path.join(fPath, "steedos-app")
|
||||
|
||||
execSync(`steedos package:build -n ${item} -p ${packagePath}`);
|
||||
execSync(`cd ${fPath} && steedos package:build -n ${item} -p ${packagePath}`);
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user