diff --git a/package.json b/package.json index 5d56168..5d85ebe 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "build": "tsup", "build-storybook": "build-storybook", "chromatic": "chromatic --project-token=17yeg4lpa7q", - "lint": "eslint src stories --fix", + "lint": "eslint src stories", "prerelease": "npm run lint && npm run test && npm run build", "release": "npm publish . --access public", "storybook": "start-storybook -p 9001",