Skip to content

Commit

Permalink
do not auto-fix, we want this to fail on CI if something is wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Jul 4, 2022
1 parent d7f6e07 commit 9618e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9618e93

Please sign in to comment.