Skip to content

Commit

Permalink
fix: #146 remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxy0551 authored and Cythia828 committed Oct 9, 2024
1 parent 8edce23 commit 3658ee0
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 @@ -3,7 +3,6 @@
"version": "0.12.2",
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
"scripts": {
"postinstall": "git config core.hooksPath .git/hooks/ && simple-git-hooks",
"prepublishOnly": "npm run build",
"build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json",
"build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json",
Expand Down Expand Up @@ -61,7 +60,7 @@
"typescript": "^5.0.4"
},
"simple-git-hooks": {
"pre-commit": "pretty-quick --staged --bail"
"pre-commit": "npx pretty-quick --staged"
},
"dependencies": {
"dt-sql-parser": "4.0.2"
Expand Down

0 comments on commit 3658ee0

Please sign in to comment.