Skip to content

Commit

Permalink
fix: proper path in the cypress-tags wrapper when not using a linked …
Browse files Browse the repository at this point in the history
…version (#167)
  • Loading branch information
lgandecki authored May 18, 2019
1 parent 336fa19 commit 5dfbe51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress-tags.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ paths.forEach(featurePath => {

try {
execFileSync(
`${__dirname}/node_modules/.bin/cypress`,
`${__dirname}/../.bin/cypress`,
[...process.argv.slice(2), "--spec", featuresToRun.join(",")],
{
stdio: [process.stdin, process.stdout, process.stderr]
Expand Down

0 comments on commit 5dfbe51

Please sign in to comment.