Skip to content

Commit

Permalink
Merge pull request #787 from TypeStrong/fix/fix-typings-in-ci
Browse files Browse the repository at this point in the history
fix: fix e2e type-definitions test
  • Loading branch information
piotr-oles committed Dec 15, 2022
2 parents ef45f3e + b525ded commit 3e1684b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

commitlint --edit "$1"
yarn commitlint --edit "$1"
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

lint-staged && yarn build && yarn test:unit
yarn lint-staged && yarn build && yarn test:unit
2 changes: 1 addition & 1 deletion test/e2e/fixtures/type-definitions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "dist/index.js",
"license": "MIT",
"devDependencies": {
"typescript": "~3.8.0",
"typescript": "~4.9.0",
"webpack": "^5.11.0"
}
}

0 comments on commit 3e1684b

Please sign in to comment.