Skip to content

Commit

Permalink
fix package
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienMattiussi committed Jul 17, 2023
1 parent b6687b7 commit a3d6873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,5 +124,5 @@
"lint": "eslint .",
"typecheck": "tsc --noEmit --pretty"
},
"packageManager": "yarn@1.22.19"
"packageManager": "yarn@3.2.3"
}
6 changes: 0 additions & 6 deletions src/runner/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@ const executeScenario = require('./scenarioWrapper');

(async () => {
const args = minimist(process.argv.slice(2));
/*const scenarioPath = path.resolve(
__dirname,
'..',
'..',
decodeURIComponent(args.scenario)
);*/
const scenarioPath = decodeURIComponent(args.scenario);
const scenarioFileContent = require(scenarioPath);
const { timelines, milestones } = await executeScenario(scenarioFileContent, {
Expand Down

0 comments on commit a3d6873

Please sign in to comment.