Skip to content

Commit

Permalink
chore: windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
magne4000 committed Jul 17, 2024
1 parent 64ac9ce commit de9c817
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 2 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
"dev:hono": "vite --mode hono",
"dev:hattip": "hattip serve ./playground/hattip-entry.ts --client",
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
"build": "pnpm run -r --filter \"@universal-middleware/*\" build && pnpm run --filter \"universal-middleware\" build",
"build:core": "pnpm run -r --filter \"@universal-middleware/*\" build",
"build:plugin": "pnpm run --filter \"universal-middleware\" build",
"build": "run-s build:core build:plugin",
"test": "pnpm run -r --sequential test",
"test:typecheck": "pnpm run -r test:typecheck"
},
Expand All @@ -31,6 +33,7 @@
"express-rate-limit": "^7.3.1",
"express-session": "^1.18.0",
"microdiff": "^1.4.0",
"npm-run-all2": "^6.2.2",
"on-change": "^5.0.1",
"prettier": "^3.3.2",
"proxy-deep": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/universal-middleware/test/esbuild.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe("esbuild", () => {
entryPoints: [entry1 + "?handler", entry2 + "?handler"],
plugins: [unplugin.esbuild()],
outdir: "dist",
outbase: join("test", "files"),
outbase: "test/files",
write: false,
metafile: true,
bundle: true,
Expand Down
51 changes: 51 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de9c817

Please sign in to comment.