Skip to content

Commit

Permalink
Remove Husky hook and update Playwright version manually
Browse files Browse the repository at this point in the history
  • Loading branch information
elchininet committed May 16, 2024
1 parent cc7eb02 commit 8d4a27c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
14 changes: 0 additions & 14 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .playwright_docker_version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.43.1-jammy
v1.44.0-jammy
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@
"coverage:report": "nyc report --reporter=lcov --reporter=text-summary",
"reset:ha": "git add .hass/config/.HA_VERSION && git checkout .hass/config",
"preinstall": "npx -y only-allow pnpm",
"husky:setup": "husky",
"prepare": "pnpm build && pnpm husky:setup",
"prepare": "pnpm build",
"prepublishOnly": "pnpm test:ts",
"version": "git add .",
"postversion": "git push && git push --tags"
Expand All @@ -41,7 +40,6 @@
"@types/node": "^20.12.11",
"dotenv-cli": "^7.4.2",
"eslint": "^9.2.0",
"husky": "^9.0.11",
"nyc": "^15.1.0",
"playwright-test-coverage": "^1.2.12",
"rollup": "^4.17.2",
Expand Down
9 changes: 0 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d4a27c

Please sign in to comment.