mirror of
https://github.com/strapi/strapi.git
synced 2025-08-19 14:19:03 +00:00
Fix space
This commit is contained in:
parent
ded4210eff
commit
251e4609a9
@ -194,7 +194,7 @@ module.exports = (scope, cb) => {
|
|||||||
|
|
||||||
exec(cmd, () => {
|
exec(cmd, () => {
|
||||||
if (scope.client.module) {
|
if (scope.client.module) {
|
||||||
const lock =require(path.join(`${scope.rootPath}`,`/node_modules/`,`${scope.client.module}/package.json`));
|
const lock = require(path.join(`${scope.rootPath}`,`/node_modules/`,`${scope.client.module}/package.json`));
|
||||||
scope.client.version = lock.version;
|
scope.client.version = lock.version;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user