Skip to content

Commit

Permalink
chore: remove postinstall script
Browse files Browse the repository at this point in the history
  • Loading branch information
arshad-yaseen committed Nov 6, 2024
1 parent 15ff42e commit ef76011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 21 deletions.
3 changes: 1 addition & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"preinstall": "node scripts/change-ocr-llm-package.js"
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
Expand Down
19 changes: 0 additions & 19 deletions website/scripts/change-ocr-llm-package.js

This file was deleted.

0 comments on commit ef76011

Please sign in to comment.