Skip to content

Commit

Permalink
PLT-5885 add debugging in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ladamesny committed Jan 2, 2024
1 parent 7525bdd commit a9d154c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"transpile": "rimraf dist && babel --extensions .ts --out-dir dist src",
"cucumber-compile": "yarn transpile && cucumber-js",
"cucumber": "COMMON_CONFIG_FILE=env/common.env yarn cucumber-compile",
"postcucumber": "COMMON_CONFIG_FILE=env/common.env ts-node ./src/reporter/cucumber-report.ts"
"postcucumber": "node --loader ts-node/esm ./src/reporter/cucumber-report.ts"
},
"author": "",
"license": "ISC",
Expand Down

0 comments on commit a9d154c

Please sign in to comment.