Skip to content

Commit

Permalink
chore(gha): fix turbo test
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbeckers committed Jun 7, 2024
1 parent 512faa2 commit 473cc51
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 167 deletions.
4 changes: 2 additions & 2 deletions cors-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20230115.0",
"typescript": "^4.9.5",
"vitest": "^0.28.4",
"vitest": "^1.0.1",
"wrangler": "2.9.1"
},
"private": true,
Expand All @@ -14,7 +14,7 @@
"lint": "tsc --noEmit && pnpm lint:eslint && pnpm lint:prettier",
"lint:eslint": "eslint --ignore-path ../.gitignore --max-warnings 0 --cache .",
"lint:prettier": "prettier --ignore-path ../.gitignore --loglevel warn --check **/*.ts",
"test": "vitest --run"
"test": "vitest run"
},
"packageManager": "pnpm@9.2.0+sha256.94fab213df221c55b6956b14a2264c21c6203cca9f0b3b95ff2fe9b84b120390"
}
Loading

0 comments on commit 473cc51

Please sign in to comment.