Fix boolean value and missing bracket
This commit is contained in:
parent
7a2ad36cde
commit
f43e4545fa
2 changed files with 3 additions and 2 deletions
|
|
@ -33,5 +33,5 @@
|
||||||
"ortoni-report": "^3.0.5",
|
"ortoni-report": "^3.0.5",
|
||||||
"playwright-jira-reporter": "^1.0.16"
|
"playwright-jira-reporter": "^1.0.16"
|
||||||
},
|
},
|
||||||
"private": "true"
|
"private": true
|
||||||
}
|
}
|
||||||
|
|
@ -20,6 +20,7 @@ if (!process.env.CI) {
|
||||||
path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`),
|
path: path.join(basePath, `.env.${process.env.PLAYWRIGHT_ENV}`),
|
||||||
example: path.join(basePath, '.env.example')
|
example: path.join(basePath, '.env.example')
|
||||||
});
|
});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Ortoni config
|
// Ortoni config
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue