Skip to content

Commit 4d98d56

Browse files
author
Sergey Korchinskiy
committed
feat: remove extra lint script
1 parent 3ea0253 commit 4d98d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"clean:website": "rimraf build",
1414
"lint": "eslint src",
1515
"prettier": "prettier --write \"{src,example/src,stories}/**/*.{js,css,md}\"",
16-
"prepare": "npm run lint && npm run test && npm run build",
16+
"prepare": "npm run test && npm run build",
1717
"release": "standard-version",
1818
"test": "jest",
1919
"test:watch": "jest --watchAll",

0 commit comments

Comments
 (0)