Skip to content

Commit 40e0607

Browse files
authored
Merge pull request #5 from abhay-ramesh/fix/preinstall-script
fix(package): remove preinstall tsc script from published package
2 parents 9ab1f44 + b7375ec commit 40e0607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/notebook-mdx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"sideEffects": false,
3232
"scripts": {
33-
"preinstall": "tsc",
33+
"prepare": "tsdown",
3434
"build": "tsdown",
3535
"dev": "tsdown --watch",
3636
"test": "vitest run",

0 commit comments

Comments
 (0)