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 f8f0a62 commit 48452acCopy full SHA for 48452ac
packages/npm/@amazeelabs/image/package.json
@@ -16,7 +16,7 @@
16
}
17
},
18
"scripts": {
19
- "prep": "pnpm tsup src/server.tsx src/client.tsx --format esm --dts",
+ "prep": "pnpm tsc",
20
"build": "pnpm prep",
21
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.eslintignore\"",
22
"test:unit": "vitest run",
0 commit comments