Skip to content

Commit

Permalink
fix merge command
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardogiorato committed Sep 1, 2021
1 parent cd0ba93 commit 0e85269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"scripts": {
"merge": "yarn ts-node ./src/merge-cypress-xml.ts",
"merge": "yarn ts-node ./scripts/merge-cypress-xml.ts",
"upgradeAll": "yarn upgrade-interactive --latest",
"refreshGmailToken": "yarn ts-node ./cypress/plugins/refreshGmailToken"
},
Expand Down

0 comments on commit 0e85269

Please sign in to comment.