diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af21989..2312dc587 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged diff --git a/package.json b/package.json index f67214e6e..997dac880 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "dev:sass": "sass --watch -Inode_modules/nasawds/src/theme -Inode_modules/@uswds -Inode_modules/@uswds/uswds/packages app:app", "dev:esbuild": "node esbuild.js --dev", "dev": "run-p \"dev:*\"", - "prepare": "husky install", + "prepare": "husky", "deploy": "arc deploy --prune --production", "clean": "rimraf --glob build/static app/css \"build/**/index.*\" \"build/**/metafile.*\" \"build/**/version.txt\" \"app/**/*.css\" \"app/**/*.css.map\" sam.json sam.yaml .cache python/vendor", "test": "jest",