Skip to content

Commit 4fc2291

Browse files
committed
test: yarn berry compatibility
1 parent f2a3653 commit 4fc2291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname $0)/_/husky.sh"
33

4-
npx commitlint --edit $1
4+
yarn run commitlint --edit $1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"throw-deprecation": true,
6161
"require": [
6262
"should",
63-
"coffeescript/register",
63+
"coffeescript/register.js",
6464
"ts-node/register"
6565
],
6666
"inline-diffs": true,

0 commit comments

Comments
 (0)