Skip to content

Commit

Permalink
ci: attempt to fix Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
g-plane committed Aug 15, 2023
1 parent ea2f4c4 commit 2258e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cwd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@vitest/test-cwd",
"private": true,
"scripts": {
"test": "cd \".cache/projects/test\" && vitest run"
"test": "cd $(pwd)/.cache/projects/test && vitest run"
},
"devDependencies": {
"vitest": "workspace:*"
Expand Down

0 comments on commit 2258e27

Please sign in to comment.