We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d2346b commit 70b0667Copy full SHA for 70b0667
packages/http-svc/package.json
@@ -41,7 +41,7 @@
41
"build": "pnpm run build:modern && pnpm run build:legacy",
42
"build:modern": "vite build",
43
"build:legacy": "BUILD_TYPE=legacy vite build",
44
- "prebuild": "pnpm test && pnpm build"
+ "prebuild": "pnpm test"
45
},
46
"peerDependencies": {
47
"@http-svc/middleware": "workspace:^1.0.0"
0 commit comments