Skip to content

Commit

Permalink
Update husky for v9 | build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Feb 22, 2024
1 parent a88f5a5 commit aa7b719
Show file tree
Hide file tree
Showing 6 changed files with 368 additions and 15 deletions.
5 changes: 0 additions & 5 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

# when running git commit, it starts from the root of ccdb5-ui
echo "[pre-commit]=> linting"
yarn lint-staged


12 changes: 9 additions & 3 deletions dist/ccdb5.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ccdb5.css.map

Large diffs are not rendered by default.

357 changes: 354 additions & 3 deletions dist/ccdb5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ccdb5.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eject": "react-scripts eject",
"lint": "yarn prettier \"src/**/*.{js,jsx,ts,tsx,json,md}\" --write && yarn eslint ./src --fix && yarn stylelint \"src/**/*.{css,less}\" --fix && yarn lint:cypress",
"lint:cypress": "yarn eslint ./cypress --fix",
"prepare": "husky install",
"prepare": "husky",
"release": "yarn run build && release-it --npm.skipChecks",
"start": "NODE_ENV=development craco start",
"test": "craco test --coverage --watchAll=false"
Expand Down Expand Up @@ -134,5 +134,6 @@
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"proxy": "https://www.consumerfinance.gov"
"proxy": "https://www.consumerfinance.gov",
"dependencies": {}
}

0 comments on commit aa7b719

Please sign in to comment.