Skip to content

Commit

Permalink
fix: fix for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Jul 5, 2020
1 parent 64ce0b0 commit a40b48f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cli.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default {
} finally {
// yarn unlink currently does not work with GitHub Actions
await Promise.all([
remove(P.join(yarnLinksPath, 'package-a')),
remove(P.join(yarnLinksPath, '@vendor')),
remove(P.join(yarnLinksPath, 'package-b')),
])
}
Expand Down
2 changes: 1 addition & 1 deletion src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default {
} finally {
// yarn unlink currently does not work with GitHub Actions
await Promise.all([
remove(P.join(yarnLinksPath, 'package-a')),
remove(P.join(yarnLinksPath, '@vendor')),
remove(P.join(yarnLinksPath, 'package-b')),
])
}
Expand Down

0 comments on commit a40b48f

Please sign in to comment.