Skip to content

Commit

Permalink
Merge pull request #129 from jellyfin/4dbfdependabot/npm_and_yarn/hus…
Browse files Browse the repository at this point in the history
…ky-6.0.0

chore(deps-dev): bump husky from 4.3.8 to 6.0.0
  • Loading branch information
ferferga authored Apr 13, 2021
2 parents 5652e35 + bd95199 commit 1201112
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 120 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
5 changes: 5 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm run lint
122 changes: 4 additions & 118 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"file-loader": "^6.2.0",
"html-loader": "^1.3.2",
"html-webpack-plugin": "^5.3.1",
"husky": "^4.3.0",
"husky": "^6.0.0",
"image-minimizer-webpack-plugin": "^2.1.0",
"imagemin-svgo": "^8.0.0",
"jest": "^26.6.3",
Expand Down Expand Up @@ -72,7 +72,7 @@
"lint": "npm run lint:code && npm run lint:css && npm run prettier",
"lint:code": "eslint --ext .ts,.js .",
"lint:css": "stylelint ./src/css/*.css",
"prepare": "npm run build:production",
"prepare": "npm run build:production && husky install",
"prettier": "prettier --check .",
"start": "TS_NODE_PROJECT=\"tsconfig-webpack.json\" webpack serve --config webpack.config.ts",
"test": "jest --passWithNoTests",
Expand Down

0 comments on commit 1201112

Please sign in to comment.