From 306bba654e4b1122eba6f920c6606461b40ace0c Mon Sep 17 00:00:00 2001 From: Troy Chaplin Date: Sat, 24 Feb 2024 17:06:39 -0500 Subject: [PATCH] testing commit lint --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index c23c0b6..8a3da65 100644 --- a/package.json +++ b/package.json @@ -32,9 +32,7 @@ "build": "tsc && vite build", "build:storybook": "storybook build", "prettier": "prettier --write .", - "rebuild": "rn -rf node_modules ; npm install", - "test": "echo \"No test specified\" && exit 0", - "prepare": "husky" + "rebuild": "rn -rf node_modules ; npm install" }, "dependencies": { "react": "^18.2.0",