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 b6556dd commit 07812edCopy full SHA for 07812ed
.husky/pre-commit
@@ -0,0 +1 @@
1
+npm test
package.json
@@ -29,7 +29,8 @@
29
"env:set-database-url": "tsx src/scripts/run-with-database-url.ts",
30
"release": "release-it",
31
"build": "tsc",
32
- "postinstall": "patch-package"
+ "postinstall": "patch-package",
33
+ "prepare": "husky"
34
},
35
"devDependencies": {
36
"@release-it/keep-a-changelog": "^7.0.0",
@@ -79,11 +80,6 @@
79
80
]
81
}
82
- "husky": {
83
- "hooks": {
84
- "pre-commit": "npm test"
85
- }
86
- },
87
"dependencies": {
88
"@discordjs/builders": "1.12.2",
89
"@discordjs/opus": "^0.10.0",
0 commit comments