feat: refactor and test tools steps utilities (#42693)
This commit is contained in:
@ -0,0 +1,8 @@
|
||||
const path = require('path');
|
||||
|
||||
// Returns the path of a project
|
||||
function getProjectPath() {
|
||||
return (process.env.CALLING_DIR || process.cwd()) + path.sep;
|
||||
}
|
||||
|
||||
exports.getProjectPath = getProjectPath;
|
Reference in New Issue
Block a user