mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
use absolute path
This commit is contained in:
@@ -154,7 +154,7 @@ exports.config = {
|
||||
|
||||
onPrepare() {
|
||||
require('ts-node').register({
|
||||
project: 'e2e/tsconfig.e2e.json'
|
||||
project: `${projectRoot}/e2e/tsconfig.e2e.json`
|
||||
});
|
||||
|
||||
browser
|
||||
|
Reference in New Issue
Block a user