Skip to content

Commit 3e1684b

Browse files
authored
Merge pull request #787 from TypeStrong/fix/fix-typings-in-ci
fix: fix e2e type-definitions test
2 parents ef45f3e + b525ded commit 3e1684b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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-
commitlint --edit "$1"
4+
yarn commitlint --edit "$1"

.husky/pre-commit

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-
lint-staged && yarn build && yarn test:unit
4+
yarn lint-staged && yarn build && yarn test:unit

test/e2e/fixtures/type-definitions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "dist/index.js",
55
"license": "MIT",
66
"devDependencies": {
7-
"typescript": "~3.8.0",
7+
"typescript": "~4.9.0",
88
"webpack": "^5.11.0"
99
}
1010
}

0 commit comments

Comments
 (0)