|
@@ -1,6 +1,6 @@
|
|
const path = require('path');
|
|
const path = require('path');
|
|
const pckg = require('../../package.json');
|
|
const pckg = require('../../package.json');
|
|
-const execPath = path.resolve(__dirname + '/..');
|
|
|
|
|
|
+const execPath = path.resolve(__dirname, '..');
|
|
|
|
|
|
module.exports = {
|
|
module.exports = {
|
|
branch: 'base',
|
|
branch: 'base',
|