Skip to content

Commit

Permalink
Merge pull request #1159 from sandialabs/remove-pre-commit
Browse files Browse the repository at this point in the history
removing pre-commit
  • Loading branch information
alexsielicki authored Feb 21, 2024
2 parents 9b036c3 + 2d1db8d commit d867280
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
120 changes: 0 additions & 120 deletions package-lock.json

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

7 changes: 1 addition & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,8 @@
"docs": "cd docs; make html",
"clean": "rm -rf node_modules/",
"update-tests": "./node_modules/.bin/jest -u",
"test-coverage": "./node_modules/.bin/jest --coverage",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0"
"test-coverage": "./node_modules/.bin/jest --coverage"
},
"pre-commit": [
"precommit-msg"
],
"main": "index.js",
"repository": "[email protected]:sandialabs/slycat.git",
"author": "Alex M. Sielicki <[email protected]>",
Expand Down Expand Up @@ -110,7 +106,6 @@
"less": "^4.0.0",
"less-loader": "^11",
"node-fetch-polyfill": "^2.0.6",
"pre-commit": "^1.2.2",
"prettier": "^3",
"react-test-renderer": "^18",
"sass": "^1",
Expand Down

0 comments on commit d867280

Please sign in to comment.