Skip to content

Commit 48452ac

Browse files
committed
fix(SLB-354): really use tsc
1 parent f8f0a62 commit 48452ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/npm/@amazeelabs/image/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
},
1818
"scripts": {
19-
"prep": "pnpm tsup src/server.tsx src/client.tsx --format esm --dts",
19+
"prep": "pnpm tsc",
2020
"build": "pnpm prep",
2121
"test:static": "tsc --noEmit && eslint \"**/*.{ts,tsx,js,jsx}\" --ignore-path=\"./.eslintignore\"",
2222
"test:unit": "vitest run",

0 commit comments

Comments
 (0)