Skip to content

Commit 3658ee0

Browse files
liuxy0551Cythia828
authored andcommitted
fix: #146 remove postinstall
1 parent 8edce23 commit 3658ee0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "0.12.2",
44
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
55
"scripts": {
6-
"postinstall": "git config core.hooksPath .git/hooks/ && simple-git-hooks",
76
"prepublishOnly": "npm run build",
87
"build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json",
98
"build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json",
@@ -61,7 +60,7 @@
6160
"typescript": "^5.0.4"
6261
},
6362
"simple-git-hooks": {
64-
"pre-commit": "pretty-quick --staged --bail"
63+
"pre-commit": "npx pretty-quick --staged"
6564
},
6665
"dependencies": {
6766
"dt-sql-parser": "4.0.2"

0 commit comments

Comments
 (0)