Skip to content

Commit 5dfbe51

Browse files
authored
fix: proper path in the cypress-tags wrapper when not using a linked version (#167)
1 parent 336fa19 commit 5dfbe51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress-tags.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ paths.forEach(featurePath => {
4747

4848
try {
4949
execFileSync(
50-
`${__dirname}/node_modules/.bin/cypress`,
50+
`${__dirname}/../.bin/cypress`,
5151
[...process.argv.slice(2), "--spec", featuresToRun.join(",")],
5252
{
5353
stdio: [process.stdin, process.stdout, process.stderr]

0 commit comments

Comments
 (0)