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.
2 parents ef45f3e + b525ded commit 3e1684bCopy full SHA for 3e1684b
.husky/commit-msg
@@ -1,4 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
4
-commitlint --edit "$1"
+yarn commitlint --edit "$1"
.husky/pre-commit
-lint-staged && yarn build && yarn test:unit
+yarn lint-staged && yarn build && yarn test:unit
test/e2e/fixtures/type-definitions/package.json
@@ -4,7 +4,7 @@
"main": "dist/index.js",
5
"license": "MIT",
6
"devDependencies": {
7
- "typescript": "~3.8.0",
+ "typescript": "~4.9.0",
8
"webpack": "^5.11.0"
9
}
10
0 commit comments