We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edce23 commit 3658ee0Copy full SHA for 3658ee0
package.json
@@ -3,7 +3,6 @@
3
"version": "0.12.2",
4
"description": "SQL languages for the Monaco Editor, based on monaco-languages.",
5
"scripts": {
6
- "postinstall": "git config core.hooksPath .git/hooks/ && simple-git-hooks",
7
"prepublishOnly": "npm run build",
8
"build": "rm -rf ./esm && tsc -p ./tsconfig.esm.json",
9
"build-amd": "rm -rf ./out && tsc -p ./tsconfig.amd.json",
@@ -61,7 +60,7 @@
61
60
"typescript": "^5.0.4"
62
},
63
"simple-git-hooks": {
64
- "pre-commit": "pretty-quick --staged --bail"
+ "pre-commit": "npx pretty-quick --staged"
65
66
"dependencies": {
67
"dt-sql-parser": "4.0.2"
0 commit comments