Skip to content

Commit

Permalink
Update npm test to npm run format and update
Browse files Browse the repository at this point in the history
package-lock.json and package.json versions
  • Loading branch information
schmelto committed Nov 25, 2023
1 parent 60fd2ba commit 1238d72
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
. "$(dirname -- "$0")/_/husky.sh"

npm test
npm test
npm run format
2 changes: 1 addition & 1 deletion css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ a.nav-link:hover {

@media (max-width: 992px) {
.padding-on-md {
padding-top: 1rem;
padding-top: 1rem;
}
}

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"eslint": "^8.54.0",
"husky": "^8.0.3"
"husky": "^8.0.0"
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true
Expand Down

0 comments on commit 1238d72

Please sign in to comment.