Skip to content

Commit

Permalink
chore: remove type generation
Browse files Browse the repository at this point in the history
  • Loading branch information
vwong committed Jan 30, 2025
1 parent 0b8ae64 commit d7de049
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/compare/index.d.ts",
"files": [
"dist"
],
Expand All @@ -15,7 +14,7 @@
}
},
"scripts": {
"build": "tsc --emitDeclarationOnly && tsx build.ts",
"build": "tsx build.ts",
"lint": "eslint --max-warnings=0",
"postinstall": "patch-package",
"prepare": "npm run build",
Expand Down

0 comments on commit d7de049

Please sign in to comment.